summaryrefslogtreecommitdiff
path: root/src/strife/p_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_user.c')
-rw-r--r--src/strife/p_user.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/strife/p_user.c b/src/strife/p_user.c
index b8997c6c..0de9699c 100644
--- a/src/strife/p_user.c
+++ b/src/strife/p_user.c
@@ -26,8 +26,7 @@
//
//-----------------------------------------------------------------------------
-
-
+#include <stdlib.h>
#include "doomdef.h"
#include "d_event.h"
@@ -36,6 +35,13 @@
#include "p_dialog.h" // villsa [STRIFE]
#include "d_main.h" // villsa [STRIFE]
#include "doomstat.h"
+#include "deh_str.h" // haleyjd [STRIFE]
+#include "z_zone.h"
+#include "w_wad.h"
+#include "p_pspr.h"
+#include "m_random.h"
+#include "s_sound.h"
+#include "p_inter.h"