summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRussell Rice2008-09-29 03:23:13 +0000
committerRussell Rice2008-09-29 03:23:13 +0000
commitc1440000e2953863605b899bd7687c03a46c7ab8 (patch)
tree99463206fdd51cfb2efe8e622598548cf7fe3b98 /src
parent18a8d8a3b2ab7eeade733bd587531b4dac830a29 (diff)
downloadchocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.tar.gz
chocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.tar.bz2
chocolate-doom-c1440000e2953863605b899bd7687c03a46c7ab8.zip
- Create separate codeblocks project files for doom, heretic and hexen,
they all build except for hexen, which is currently WIP - Fix build on windows Subversion-branch: /branches/raven-branch Subversion-revision: 1305
Diffstat (limited to 'src')
-rw-r--r--src/net_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net_defs.h b/src/net_defs.h
index bc7d985b..3fefc4db 100644
--- a/src/net_defs.h
+++ b/src/net_defs.h
@@ -26,6 +26,8 @@
#ifndef NET_DEFS_H
#define NET_DEFS_H
+#include <stdio.h>
+
#include "doomtype.h"
#include "d_ticcmd.h"