From 9fdbf29cb18135784e1c0c172c84cb42ef131e4f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 23 Mar 2009 07:37:57 +0000 Subject: [PATCH] - fixed Linux compile SVN r1500 (trunk) --- src/CMakeLists.txt | 1 + src/d_iwad.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 245b85cce..c2f917761 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index 87dd45c71..16032457a 100644 --- a/src/d_iwad.cpp +++ b/src/d_iwad.cpp @@ -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"