summaryrefslogtreecommitdiff
path: root/src/net_structrw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_structrw.c')
-rw-r--r--src/net_structrw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net_structrw.c b/src/net_structrw.c
index c2e878fa..f049c4c0 100644
--- a/src/net_structrw.c
+++ b/src/net_structrw.c
@@ -21,10 +21,11 @@
// Reading and writing various structures into packets
//
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "doomdef.h"
+#include "doomtype.h"
#include "net_packet.h"
#include "net_structrw.h"