shithub: choc

Download patch

ref: cbc795a34e42b43c02357aba14623e2014685920
parent: 17bca65007022e49448b9f4d30424576fa3048d4
author: Simon Howard <fraggle@gmail.com>
date: Wed Jun 10 17:21:32 EDT 2009

Fix warnings.

Subversion-branch: /branches/raven-branch
Subversion-revision: 1590

--- 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"
 
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -23,6 +23,8 @@
 //
 //-----------------------------------------------------------------------------
 
+#include <string.h>
+
 #include "doomtype.h"
 #include "i_video.h"