foxygit / doom Log in
commit cbc795a34e42b43c02357aba14623e2014685920
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Wed Jun 10 21:21:32 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Wed Jun 10 21:21:32 2009 +0000

    Fix warnings.

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1590
---
 src/doom/deh_cheat.c | 1 +
 src/i_endoom.c       | 2 ++
 2 files changed, 3 insertions(+)

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"