]> git.mxchange.org Git - simgear.git/commitdiff
MSVC fix.
authorehofman <ehofman>
Sun, 18 Sep 2005 09:19:07 +0000 (09:19 +0000)
committerehofman <ehofman>
Sun, 18 Sep 2005 09:19:07 +0000 (09:19 +0000)
simgear/io/lowlevel.hxx

index 04b3aba61d99e68447f4d5f9b65b0557ecb64533..e703a058d961b203288abff9b27cbc69922264e4 100644 (file)
 #ifndef _SG_LOWLEVEL_HXX
 #define _SG_LOWLEVEL_HXX
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <stdio.h>
-#include <inttypes.h>
 #include <zlib.h>
+#ifdef HAVE_STDINT_H
+#include <inttypes.h>
+#endif
 
 #include <plib/sg.h>