summaryrefslogtreecommitdiff
path: root/src/heretic/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/d_net.c')
-rw-r--r--src/heretic/d_net.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c
index bd94746a..8b8aba20 100644
--- a/src/heretic/d_net.c
+++ b/src/heretic/d_net.c
@@ -27,6 +27,10 @@
#include "doomdef.h"
#include "doomkeys.h"
+#include "i_system.h"
+#include "i_timer.h"
+#include "i_video.h"
+
#define NCMD_EXIT 0x80000000
#define NCMD_RETRANSMIT 0x40000000
#define NCMD_SETUP 0x20000000