summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2009-07-13 23:38:18 +0000
committerSimon Howard2009-07-13 23:38:18 +0000
commit4c0dc104d7582d709d8cc665a1c46ed1d49cdd65 (patch)
treee127ceaf51ce05e686648c92a90ef8e72cb09840
parent1462115f79d53521e43f7b77c0dde4ed4e6410d5 (diff)
downloadchocolate-doom-4c0dc104d7582d709d8cc665a1c46ed1d49cdd65.tar.gz
chocolate-doom-4c0dc104d7582d709d8cc665a1c46ed1d49cdd65.tar.bz2
chocolate-doom-4c0dc104d7582d709d8cc665a1c46ed1d49cdd65.zip
Add stdio.h include to fix MSVC build (thanks Kaiser)
Subversion-branch: /branches/raven-branch Subversion-revision: 1627
-rw-r--r--src/i_endoom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_endoom.c b/src/i_endoom.c
index a05d1662..021a3604 100644
--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -23,6 +23,7 @@
//
//-----------------------------------------------------------------------------
+#include <stdio.h>
#include <string.h>
#include "doomtype.h"