]> git.mxchange.org Git - simgear.git/commitdiff
Wrong config file name
authorfredb <fredb>
Sun, 26 Feb 2006 11:02:21 +0000 (11:02 +0000)
committerfredb <fredb>
Sun, 26 Feb 2006 11:02:21 +0000 (11:02 +0000)
simgear/math/sg_memory.h
simgear/misc/stopwatch.hxx

index 486c9b8889208cf192058acb82af1b0d9136169e..ce44a827bd0f373cbb739b3b4fd19ca7af11fdb6 100644 (file)
@@ -26,7 +26,7 @@
 #define _SG_MEMORY_H
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #ifdef HAVE_MEMCPY
index bb8ebc4fb1c4ca5f9b6c7e686b48484e7c241882..8ed903c494880213814969ffb095cc22a1790e64 100644 (file)
@@ -44,7 +44,7 @@
 #endif                                   
 
 #ifdef HAVE_CONFIG_H
-#  include <config.h>
+#  include <simgear_config.h>
 #endif
 
 #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)