]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 compilation fix
authorfredb <fredb>
Thu, 2 Nov 2006 17:41:53 +0000 (17:41 +0000)
committerfredb <fredb>
Thu, 2 Nov 2006 17:41:53 +0000 (17:41 +0000)
src/Network/native.cxx
src/Network/opengc.cxx
src/Network/pve.cxx
src/Network/ray.cxx
src/Network/rul.cxx

index ece831ba4b7c7ddceb5b1f3d44b354ba9cb18d95..c627cb15f3f32fd62a19d98c038348165d36784e 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
index 8d46dcffeac9448bef8dff67bc6a7de3886b14cf..0bf49161b7a4470cd1624f6bda5bacbe783c2563 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
 
index a2eec8251ab12333569e62120c54c66c6c16c8e3..b497120ca9deaceabfa4c7e9ad385d8584d8402a 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>             // sprintf()
 
index af3b14b39cdaa7480ac78adcfac0cda8b6993ada..97a0c1262e83ff2052cb40150da0a5e5d1aa528a 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
index b8f01438585709dddab09bd204c13473c8901f11..a55a897f2a02194c371804e4485db1cdf4d81c99 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>             // sprintf()