]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/net_fdm.hxx
Fix line endings
[flightgear.git] / src / Network / net_fdm.hxx
index 3392cf01aadd441d349763fb9a21d9fb36bc7658..3ede199606110b3b56f761fa21c149caf5c13eb6 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;
+const uint32_t FG_NET_FDM_VERSION = 23;
 
 
 // Define a structure containing the top level flight dynamics model
@@ -43,6 +39,7 @@ public:
     };
 
     uint32_t version;          // increment when data values change
+    uint32_t padding;          // padding
 
     // Positions
     double longitude;          // geodetic (radians)