- fixed Linux compile

SVN r1500 (trunk)
This commit is contained in:
Christoph Oelckers 2009-03-23 07:37:57 +00:00
parent 66fa1b01fe
commit 9fdbf29cb1
2 changed files with 2 additions and 0 deletions

View File

@ -460,6 +460,7 @@ add_executable( zdoom WIN32
configfile.cpp
ct_chat.cpp
d_dehacked.cpp
d_iwad.cpp
d_main.cpp
d_net.cpp
d_netinfo.cpp

View File

@ -41,6 +41,7 @@
#include "w_zip.h"
#include "v_palette.h"
#include "m_argv.h"
#include "m_misc.h"
#include "c_cvars.h"
#include "gameconfigfile.h"