]> git.mxchange.org Git - simgear.git/commitdiff
Cygwin build fixes
authorehofman <ehofman>
Sun, 11 May 2003 20:54:26 +0000 (20:54 +0000)
committerehofman <ehofman>
Sun, 11 May 2003 20:54:26 +0000 (20:54 +0000)
simgear/scene/model/model.cxx
simgear/scene/model/placement.cxx

index b3678efb25571752e0987bb85e3066371b857c2b..db5a37e5aca04918b428651c3655653f324988bc 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain, and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <string.h>             // for strcmp()
index ac856e689f564bd92be3bbd2b3ce1fc74c4e37c6..1669e38bd5d9bb0375f0a6ee6bbc7e03ef08e787 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain, and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#include <simgear_config.h>
+#endif
+
 #include <simgear/compiler.h>
 
 #include <string.h>             // for strcmp()