diff options
Diffstat (limited to 'common/scummsys.h')
| -rw-r--r-- | common/scummsys.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index 3bdd10440f..be4b821139 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -25,7 +25,9 @@  #include <stdlib.h>  // TODO - use config.h, generated by configure -//#include "config.h" +#if defined(HAVE_CONFIG_H) +#include "config.h" +#endif  #if defined(USE_MAD) || defined(USE_VORBIS)  #define COMPRESSED_SOUND_FILE @@ -123,7 +125,7 @@  	#define FORCEINLINE inline  	#define CDECL  -	#ifndef CONFIG_H +	#ifndef HAVE_CONFIG_H  	typedef unsigned char byte;  	typedef unsigned char uint8;  	typedef unsigned short uint16;  | 
