summaryrefslogtreecommitdiff
path: root/cginput.c
diff options
context:
space:
mode:
Diffstat (limited to 'cginput.c')
-rw-r--r--cginput.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cginput.c b/cginput.c
index ab44aa8..8bed814 100644
--- a/cginput.c
+++ b/cginput.c
@@ -8,6 +8,9 @@
#define COMPATIBLE_DESC 0
#include <string.h>
+#if defined (LINUX) && defined (G_AI64)
+# include <stdint.h>
+#endif
#include "cgport.h"