]> git.mxchange.org Git - simgear.git/commitdiff
David Luff:
authorehofman <ehofman>
Sun, 9 Oct 2005 09:37:35 +0000 (09:37 +0000)
committerehofman <ehofman>
Sun, 9 Oct 2005 09:37:35 +0000 (09:37 +0000)
The following patch needs to be applied to fix the errors that Georg
Vollnhals was getting whilst attempting to compile SimGear with gcc-3.4.x

simgear/ephemeris/ephemeris.cxx
simgear/ephemeris/stardata.cxx
simgear/io/decode_binobj.cxx
simgear/io/sg_socket_udp.cxx
simgear/scene/sky/moon.cxx

index 80ecd2d9f38eb2870651bde47538cec70858dc2b..31ceb01f964eb26a280b3e916293f799be0e08f1 100644 (file)
@@ -22,6 +22,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <iostream>
 
index e45b2092e77713920e806c5be2daa3e52bbefba8..86583ea4e48c79faa87a049051167b201d19b515 100644 (file)
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sgstream.hxx>
index 70a50f5ea2bef5814e151eaaaa6cd54289df02a9..06181c8b497eee6ea7897dd614f1e786e8fbbbaf 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <unistd.h>
index b3e4a57ecd0c96efc1b1a65b0d34905247a39ff4..7c0a0d600ca70932cdd1b5e1e9906174aea97192 100644 (file)
@@ -20,6 +20,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>
 
index fdf1fc8750c959816a1269e510bce051eef598bb..cf851e7e7f093dc4db2b9da287fd1188bd0d123f 100644 (file)
@@ -24,6 +24,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
 
 #include <simgear/compiler.h>