Wrong config file name

This commit is contained in:
fredb
2006-02-26 11:02:21 +00:00
parent 375f3e8bc1
commit 27a120c7c3
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#define _SG_MEMORY_H
#ifdef HAVE_CONFIG_H
# include <config.h>
# include <simgear_config.h>
#endif
#ifdef HAVE_MEMCPY

View File

@@ -44,7 +44,7 @@
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
# include <simgear_config.h>
#endif
#if defined(__linux__) && ! defined(HAVE_GETRUSAGE)