diff --git a/src/FDM/JSBSim/input_output/net_fdm.hxx b/src/FDM/JSBSim/input_output/net_fdm.hxx index 4b4f19741..eaafa3b56 100644 --- a/src/FDM/JSBSim/input_output/net_fdm.hxx +++ b/src/FDM/JSBSim/input_output/net_fdm.hxx @@ -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