]> git.mxchange.org Git - simgear.git/commitdiff
int64_t is in stdint.h by default.
authorehofman <ehofman>
Sun, 18 Sep 2005 09:21:54 +0000 (09:21 +0000)
committerehofman <ehofman>
Sun, 18 Sep 2005 09:21:54 +0000 (09:21 +0000)
simgear/io/lowlevel.hxx

index e703a058d961b203288abff9b27cbc69922264e4..9b75d39f077a90f718b31fd0b44de36a1be5c897 100644 (file)
@@ -34,7 +34,7 @@
 #include <stdio.h>
 #include <zlib.h>
 #ifdef HAVE_STDINT_H
-#include <inttypes.h>
+# include <stdint.h>
 #endif
 
 #include <plib/sg.h>