summaryrefslogtreecommitdiff
path: root/src/heretic/p_mobj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/p_mobj.c')
-rw-r--r--src/heretic/p_mobj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/p_mobj.c b/src/heretic/p_mobj.c
index 1e4596d7..839e9744 100644
--- a/src/heretic/p_mobj.c
+++ b/src/heretic/p_mobj.c
@@ -26,7 +26,7 @@
#include "doomdef.h"
#include "p_local.h"
#include "sounds.h"
-#include "soundst.h"
+#include "s_sound.h"
void G_PlayerReborn(int player);
void P_SpawnMapThing(mapthing_t * mthing);