summaryrefslogtreecommitdiff
path: root/src/heretic/p_pspr.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-20 23:18:12 +0000
committerSimon Howard2008-09-20 23:18:12 +0000
commitb3fdd717d3d0a9255a035f99af0cb2e6c1515008 (patch)
treea7ff419f2dcdde33c3bfd29cebca94f52aeb831b /src/heretic/p_pspr.c
parent9bef9730fb26727a9b505a89615b6ef0425fe64a (diff)
downloadchocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.tar.gz
chocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.tar.bz2
chocolate-doom-b3fdd717d3d0a9255a035f99af0cb2e6c1515008.zip
Remove definitions from heretic/doomdef.h and use common headers. Merge
heretic ticcmd_t to common type. Subversion-branch: /branches/raven-branch Subversion-revision: 1261
Diffstat (limited to 'src/heretic/p_pspr.c')
-rw-r--r--src/heretic/p_pspr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heretic/p_pspr.c b/src/heretic/p_pspr.c
index 10666ff3..dc0b81ea 100644
--- a/src/heretic/p_pspr.c
+++ b/src/heretic/p_pspr.c
@@ -24,6 +24,7 @@
// P_pspr.c
#include "doomdef.h"
+#include "i_system.h"
#include "m_random.h"
#include "p_local.h"
#include "s_sound.h"