]> git.mxchange.org Git - flightgear.git/commitdiff
Compile again on Win32 platforms
authorfredb <fredb>
Fri, 16 Jun 2006 10:17:06 +0000 (10:17 +0000)
committerfredb <fredb>
Fri, 16 Jun 2006 10:17:06 +0000 (10:17 +0000)
src/AIModel/AIFlightPlan.cxx
src/ATC/ATCProjection.cxx
src/Cockpit/hud_labl.cxx
src/Systems/electrical.cxx
src/Systems/vacuum.cxx

index 493a6c3ef5741708e15fa0c30452089b389d8a9b..8f728a8aff07db8188b1033e67b34bde07d1662a 100644 (file)
@@ -16,7 +16,9 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/debug/logstream.hxx>
index 64bca09fa4104429c37c6df13498079e11716357..7028004c85a3c1816f8354b51fdb61f8c8fc04b5 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "ATCProjection.hxx"
 #include <math.h>
 #include <simgear/constants.h>
index ceaeaf05f0d3b390f52a989a11a21b1ccd7a449e..f6caaff78c8b89885a447f2eca77aaf5d5713ce4 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <Main/fg_props.hxx>
 
 #include "hud.hxx"
index 5f0ada231bae4b83b188e899f1a0641b578be72a..025a46ae30d82f3d96b4412c4cc39c70d4bdbea3 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/structure/exception.hxx>
 #include <simgear/misc/sg_path.hxx>
index 3e75aa323b1d5b0d9938646b63255ff9c4d57201..36bbf5962322cd9fcf70405e61d93fb9be4921a5 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "vacuum.hxx"
 #include <Main/fg_props.hxx>