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
This commit is contained in:
gewlitys
2002-11-20 17:12:46 +00:00
parent f7475d379b
commit ffa91276ab
+1 -1
View File
@@ -19,12 +19,12 @@
#ifndef WIN32
#include <unistd.h>
#include <getopt.h>
#include "config.h"
#else
#include <direct.h>
#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"