summaryrefslogtreecommitdiff
path: root/cgopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgopt.c')
-rw-r--r--cgopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgopt.c b/cgopt.c
index beff6ff..0f7e22c 100644
--- a/cgopt.c
+++ b/cgopt.c
@@ -5,6 +5,10 @@
*/
#include <stdio.h>
+#if defined (LINUX) && defined (G_AI64)
+# include <stdint.h>
+#endif
+
#include "cgport.h"
#include "cg.h"
#include "cgrconst.h"