From ffa91276abd850feced94d573419542934ee127e Mon Sep 17 00:00:00 2001 From: gewlitys Date: Wed, 20 Nov 2002 17:12:46 +0000 Subject: [PATCH] Fixed win32 compilation issue with config.h git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@226 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index 087795633..1f7ded512 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -19,12 +19,12 @@ #ifndef WIN32 #include #include +#include "config.h" #else #include #include "getopt/getopt.h" #endif -#include "config.h" #include "libs/graphics/gfx_common.h" #include "libs/sound/sound_common.h" #include "libs/input/input_common.h"