From ec8b5df2cfd9eefed3b9051f1859a066eedb4d3d Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 26 Oct 2009 22:40:43 +0100 Subject: [PATCH] stdint.h or equivalent is needed for net_fdm.hxx --- src/FDM/JSBSim/input_output/net_fdm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 //not required for JSBSim +#include //not required for JSBSim // NOTE: this file defines an external interface structure. Due to -- 2.39.5