shithub: choc

Download patch

ref: 4c0dc104d7582d709d8cc665a1c46ed1d49cdd65
parent: 1462115f79d53521e43f7b77c0dde4ed4e6410d5
author: Simon Howard <fraggle@gmail.com>
date: Mon Jul 13 19:38:18 EDT 2009

Add stdio.h include to fix MSVC build (thanks Kaiser)

Subversion-branch: /branches/raven-branch
Subversion-revision: 1627

--- a/src/i_endoom.c
+++ b/src/i_endoom.c
@@ -23,6 +23,7 @@
 //
 //-----------------------------------------------------------------------------
 
+#include <stdio.h>
 #include <string.h>
 
 #include "doomtype.h"