]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm.hxx
allow to trigger widgets via accelerator key, which is defined via "keynum"
[flightgear.git] / src / Network / net_fdm.hxx
index 3392cf01aadd441d349763fb9a21d9fb36bc7658..3056bf83200072a79cd6f7adf1d29c2f442f54d8 100644 (file)
@@ -14,7 +14,7 @@
 
 
 #include <time.h> // time_t
-#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_VERSION = 22;