From: fredb Date: Sun, 26 Feb 2006 11:02:21 +0000 (+0000) Subject: Wrong config file name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27a120c7c3b6f3bd757b7b6e50d2f4d80e0feb06;p=simgear.git Wrong config file name --- diff --git a/simgear/math/sg_memory.h b/simgear/math/sg_memory.h index 486c9b88..ce44a827 100644 --- a/simgear/math/sg_memory.h +++ b/simgear/math/sg_memory.h @@ -26,7 +26,7 @@ #define _SG_MEMORY_H #ifdef HAVE_CONFIG_H -# include +# include #endif #ifdef HAVE_MEMCPY diff --git a/simgear/misc/stopwatch.hxx b/simgear/misc/stopwatch.hxx index bb8ebc4f..8ed903c4 100644 --- a/simgear/misc/stopwatch.hxx +++ b/simgear/misc/stopwatch.hxx @@ -44,7 +44,7 @@ #endif #ifdef HAVE_CONFIG_H -# include +# include #endif #if defined(__linux__) && ! defined(HAVE_GETRUSAGE)