foxygit / doom Log in
commit 63b550c068ccdbe23b269cc20593db868fcac8a7
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Jul 13 22:43:06 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Jul 13 22:43:06 2009 +0000

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

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1625
---
 src/w_file_win32.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/w_file_win32.c b/src/w_file_win32.c
index ec17cf6c..9e5d963f 100644
--- a/src/w_file_win32.c
+++ b/src/w_file_win32.c
@@ -28,6 +28,8 @@

 #ifdef _WIN32

+#include <stdio.h>
+
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>