]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm_mini.hxx
NavDisplay - custom symbol support enabled.
[flightgear.git] / src / Network / net_fdm_mini.hxx
index cf91b0c1b356369ed4fad736dc550114e1022f6c..e1243756c90bf812f92a853fdcc2fa17fcfcd7b5 100644 (file)
@@ -17,7 +17,7 @@
 # error This library requires C++
 #endif                                   
 
-#include <simgear/compiler.h>
+#include <simgear/misc/stdint.hxx>
 
 // NOTE: this file defines an external interface structure.  Due to
 // variability between platforms and architectures, we only used fixed
 // I am not aware of any platforms that don't use 4 bytes for float
 // and 8 bytes for double.
 
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
-
 
 const uint32_t FG_NET_FDM_MINI_VERSION = 2;