aboutsummaryrefslogtreecommitdiff
path: root/src/Arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Arch.h')
-rw-r--r--src/Arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Arch.h b/src/Arch.h
index 97978ea..e6b5bcd 100644
--- a/src/Arch.h
+++ b/src/Arch.h
@@ -29,7 +29,7 @@
typedef __int64 Long8;
#else
/* typedef long Long8; JMS 64-bit file offset kludge? */
-#include <stdint.h>
+#include <inttypes.h>
typedef int64_t Long8;
#endif