summaryrefslogtreecommitdiff
path: root/hieroglyph
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2011-04-04 18:53:51 +0900
committerAkira TAGOH <akira@tagoh.org>2011-04-04 18:53:51 +0900
commit8acb70f04ea303457bb5ce483ffc9fa07bf33425 (patch)
tree29b34d42cae3bf02c9efbd11859d00d3bde5f13a /hieroglyph
parent6c52de46c27d6ce719e209db3a62f3be3040a492 (diff)
add missing header
Diffstat (limited to 'hieroglyph')
-rw-r--r--hieroglyph/hgutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hieroglyph/hgutils.h b/hieroglyph/hgutils.h
index 6e42fa0..ec7e238 100644
--- a/hieroglyph/hgutils.h
+++ b/hieroglyph/hgutils.h
@@ -28,9 +28,10 @@
#ifndef __HIEROGLYPH_HGUTILS_H__
#define __HIEROGLYPH_HGUTILS_H__
+#include <stdarg.h>
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <hieroglyph/hgtypes.h>
HG_BEGIN_DECLS