]> git.mxchange.org Git - flightgear.git/commitdiff
Cugwin fix (min macro conflicts with a
authorehofman <ehofman>
Tue, 16 Mar 2004 10:02:46 +0000 (10:02 +0000)
committerehofman <ehofman>
Tue, 16 Mar 2004 10:02:46 +0000 (10:02 +0000)
windows one)

src/Instrumentation/gps.cxx

index 08183fde95337d3a40424c91a7f8cd0d92ec8469..a4e8e7cfb64cafa21460413d66ed34e147dd1219 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 <simgear/compiler.h>
 
 #include <string.h>