Fixed: sdl/i_input.cpp must include d_event.h.

SVN r1234 (trunk)
This commit is contained in:
Christoph Oelckers 2008-09-18 06:57:51 +00:00
parent 5617db8dba
commit 4ecb892df3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include "v_video.h"
#include "d_main.h"
#include "d_event.h"
#include "d_gui.h"
#include "c_console.h"
#include "c_cvars.h"