summaryrefslogtreecommitdiff
path: root/cgcalc.c
diff options
context:
space:
mode:
authorJohn van Groningen2006-05-01 14:17:26 +0000
committerJohn van Groningen2006-05-01 14:17:26 +0000
commitb2d4c9be8fd379aa56d8bc392f94b3fb0dc055ef (patch)
tree42f1f2423ebdad6d00aaa85b462a045002f81a43 /cgcalc.c
parentenable NO_STRING_ADDRESS_IN_DESCRIPTOR for sparc (diff)
use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux
Diffstat (limited to 'cgcalc.c')
-rw-r--r--cgcalc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgcalc.c b/cgcalc.c
index 78f0374..e438065 100644
--- a/cgcalc.c
+++ b/cgcalc.c
@@ -7,6 +7,9 @@
#pragma segment Code1
#include <stdio.h>
+#if defined (LINUX) && defined (G_AI64)
+# include <stdint.h>
+#endif
#include "cgport.h"
#include "cg.h"
#include "cgrconst.h"