diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-05-29 21:53:56 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-05-29 21:53:56 +0000 |
commit | d3269445aaf7f3ded94fac7a66010da050cc114a (patch) | |
tree | 8cd42b58130d351470d59f01eacf2daf677a8706 /source/net_common.c | |
parent | defc298f4bdc3f64b520561004192c8ce370badf (diff) |
Include files.h in net_common.c when building with _DEBUG.
Diffstat (limited to 'source/net_common.c')
-rw-r--r-- | source/net_common.c | 3 |
1 files changed, 3 insertions, 0 deletions
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" |