From: divverent Date: Tue, 15 Jul 2008 13:38:19 +0000 (+0000) Subject: compile fix X-Git-Tag: xonotic-v0.1.0preview~2170 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4476ece4fb25f0e8a531b122a921c530daee9bca;p=xonotic%2Fdarkplaces.git compile fix git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8411 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/csprogs.c b/csprogs.c index 0d123a2e..dfffdb0e 100644 --- a/csprogs.c +++ b/csprogs.c @@ -1,4 +1,4 @@ -###include "quakedef.h" +#include "quakedef.h" #include "progsvm.h" #include "clprogdefs.h" #include "csprogs.h"