1
0
Fork 0

stdint.h or equivalent is needed for net_fdm.hxx

This commit is contained in:
Tim Moore 2009-10-26 22:40:43 +01:00
parent 290bef5749
commit ec8b5df2cf

View 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