Linux compile fixes.

SVN r1236 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-19 07:10:14 +00:00
commit b2b81fc8ad
4 changed files with 8 additions and 1 deletions

View file

@ -40,6 +40,7 @@
#include "SDL.h"
#include "doomtype.h"
#include "doomstat.h"
#include "version.h"
#include "doomdef.h"
#include "cmdlib.h"
@ -61,6 +62,9 @@
#include "hardware.h"
#include "gameconfigfile.h"
#include "m_fixed.h"
#include "g_level.h"
EXTERN_CVAR (String, language)
extern "C"