]> git.mxchange.org Git - flightgear.git/commitdiff
stdint.h or equivalent is needed for net_fdm.hxx
authorTim Moore <timoore@redhat.com>
Mon, 26 Oct 2009 21:40:43 +0000 (22:40 +0100)
committerTim Moore <timoore@redhat.com>
Mon, 26 Oct 2009 21:41:36 +0000 (22:41 +0100)
src/FDM/JSBSim/input_output/net_fdm.hxx

index 4b4f197410f196a30c39e09d94449bd0098bb5a6..eaafa3b5603f498c6bc7b1245739ed336426dd64 100644 (file)
@@ -20,7 +20,7 @@ typedef unsigned long uint32_t;
 typedef long int32_t;
 #endif
 
-//--->>>#include <simgear/misc/stdint.hxx> //not required for JSBSim
+#include <simgear/misc/stdint.hxx> //not required for JSBSim
 
 
 // NOTE: this file defines an external interface structure.  Due to