]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cgame.c:60: warning: implicit declaration of function `memset', fixed
authorknghtbrd <knghtbrd@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Feb 2002 15:28:42 +0000 (15:28 +0000)
committerknghtbrd <knghtbrd@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Feb 2002 15:28:42 +0000 (15:28 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1468 d7cf8633-e32d-0410-b094-e92efae38249

cgame.c

diff --git a/cgame.c b/cgame.c
index e63f4c9c76811f15b913e6f2f6fb8bfb64561e42..1e398892f7a3fef58815d99bcaaa672e28a05696 100644 (file)
--- a/cgame.c
+++ b/cgame.c
@@ -1,4 +1,5 @@
 
+#include <string.h>
 #include "cgame_api.h"
 #include "cg_math.h"