From a5e528fe60a3c1a68f26bd75c57b51294b835868 Mon Sep 17 00:00:00 2001 From: Molgrum Date: Mon, 20 Aug 2007 02:24:43 +0000 Subject: [PATCH] Fix a declaration-warning. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2598 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/fs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/fs.c b/engine/common/fs.c index b53285475..fd9d8ad17 100644 --- a/engine/common/fs.c +++ b/engine/common/fs.c @@ -1,4 +1,5 @@ #include "quakedef.h" +#include "netinc.h" //#define com_gamedir com__gamedir