summaryrefslogtreecommitdiff
path: root/src/v_video.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/v_video.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/v_video.c')
-rw-r--r--src/v_video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/v_video.c b/src/v_video.c
index 69da2aed..79de2a31 100644
--- a/src/v_video.c
+++ b/src/v_video.c
@@ -26,6 +26,8 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
+
#include "i_system.h"
#include "doomtype.h"