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