From d3269445aaf7f3ded94fac7a66010da050cc114a Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sat, 29 May 2010 21:53:56 +0000 Subject: Include files.h in net_common.c when building with _DEBUG. --- source/net_common.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/net_common.c') diff --git a/source/net_common.c b/source/net_common.c index 634633e..dd73680 100644 --- a/source/net_common.c +++ b/source/net_common.c @@ -28,6 +28,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "q_fifo.h" #include "net_sock.h" #include "net_stream.h" +#ifdef _DEBUG +#include "files.h" +#endif #include "sys_public.h" #include "sv_public.h" #include "cl_public.h" -- cgit v1.2.3