summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doom/deh_cheat.c1
-rw-r--r--src/i_endoom.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/doom/deh_cheat.c b/src/doom/deh_cheat.c
index b953c8a8..8817c56e 100644
--- a/src/doom/deh_cheat.c
+++ b/src/doom/deh_cheat.c
@@ -25,6 +25,7 @@
//-----------------------------------------------------------------------------
#include <stdlib.h>
+#include <string.h>
#include "doomtype.h"
diff --git a/src/i_endoom.c b/src/i_endoom.c
index b053b433..08cfb99e 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -23,6 +23,8 @@
//
//-----------------------------------------------------------------------------
+#include <string.h>
+
#include "doomtype.h"
#include "i_video.h"