Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
#include "SYS_SingletonSystem.h"
|
||||
#include "GEN_DataCache.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
SYS_SingletonSystem* SYS_SingletonSystem::_instance = 0;
|
||||
|
||||
void SYS_SingletonSystem::Destruct()
|
||||
|
Reference in New Issue
Block a user