summaryrefslogtreecommitdiff
path: root/src/doom/p_plats.c
diff options
context:
space:
mode:
authorRussell Rice2008-10-31 09:12:19 +0000
committerRussell Rice2008-10-31 09:12:19 +0000
commit56e56f797f2bd129c70ff1119d67eb069dcf8246 (patch)
tree36412d4bb0a2afbc78452916d5fa221e49750afa /src/doom/p_plats.c
parent6d54e2dfe625c3d50a87f3ce4ac8161d53e9f890 (diff)
downloadchocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.gz
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.bz2
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.zip
- Delete the "all-in-one" project file and rename the solution file to
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
Diffstat (limited to 'src/doom/p_plats.c')
-rw-r--r--src/doom/p_plats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/p_plats.c b/src/doom/p_plats.c
index 03d1acbc..dbd45161 100644
--- a/src/doom/p_plats.c
+++ b/src/doom/p_plats.c
@@ -24,7 +24,7 @@
//
//-----------------------------------------------------------------------------
-
+#include <stdio.h>
#include "i_system.h"
#include "z_zone.h"