summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper_main-win32.cc
diff options
context:
space:
mode:
authorJon <jon.forums@gmail.com>2012-09-20 17:46:41 (GMT)
committerJon <jon.forums@gmail.com>2012-09-20 17:46:41 (GMT)
commit39b2d7fc6c9bb2a06b60a65b546b4c7c89c02e46 (patch)
treef416cb1898045531cd6f8fc159f4ef04736bb01f /src/msvc_helper_main-win32.cc
parent7c3b8455ef0243f9c00c3d82d2ce74d79909365e (diff)
downloadNinja-39b2d7fc6c9bb2a06b60a65b546b4c7c89c02e46.zip
Ninja-39b2d7fc6c9bb2a06b60a65b546b4c7c89c02e46.tar.gz
Ninja-39b2d7fc6c9bb2a06b60a65b546b4c7c89c02e46.tar.bz2
Always include stdio.h
Diffstat (limited to 'src/msvc_helper_main-win32.cc')
-rw-r--r--src/msvc_helper_main-win32.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/msvc_helper_main-win32.cc b/src/msvc_helper_main-win32.cc
index 4ff14a0..78b7f4b 100644
--- a/src/msvc_helper_main-win32.cc
+++ b/src/msvc_helper_main-win32.cc
@@ -14,11 +14,8 @@
#include "msvc_helper.h"
-#include <windows.h>
-
-#ifdef __MINGW32__
#include <stdio.h>
-#endif
+#include <windows.h>
#include "util.h"