From: knghtbrd Date: Fri, 1 Feb 2002 15:28:42 +0000 (+0000) Subject: cgame.c:60: warning: implicit declaration of function `memset', fixed X-Git-Tag: RELEASE_0_2_0_RC1~672 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad2db96126e3318e9c4a99a1978cdddab51a94f6;p=xonotic%2Fdarkplaces.git cgame.c:60: warning: implicit declaration of function `memset', fixed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1468 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cgame.c b/cgame.c index e63f4c9c..1e398892 100644 --- a/cgame.c +++ b/cgame.c @@ -1,4 +1,5 @@ +#include #include "cgame_api.h" #include "cg_math.h"