From b2d4c9be8fd379aa56d8bc392f94b3fb0dc055ef Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 1 May 2006 14:17:26 +0000 Subject: use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux --- cginstructions.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cginstructions.c') diff --git a/cginstructions.c b/cginstructions.c index f4cf7ce..2c27898 100644 --- a/cginstructions.c +++ b/cginstructions.c @@ -6,6 +6,9 @@ #include #include +#if defined (LINUX) && defined (G_AI64) +# include +#endif #include "cgport.h" -- cgit v1.2.3