diff options
-rw-r--r-- | src/doom/deh_cheat.c | 1 | ||||
-rw-r--r-- | src/i_endoom.c | 2 |
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" |