From 27a120c7c3b6f3bd757b7b6e50d2f4d80e0feb06 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 26 Feb 2006 11:02:21 +0000 Subject: [PATCH] Wrong config file name --- simgear/math/sg_memory.h | 2 +- simgear/misc/stopwatch.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5