summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper_main-win32.cc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-09-21 22:36:52 (GMT)
committerEvan Martin <martine@danga.com>2012-09-21 22:36:52 (GMT)
commite4eef72db86cc321a73da03bd7b7a9b2df83b1af (patch)
treead27dbb81846fdcbcdc530c4835f988a09015792 /src/msvc_helper_main-win32.cc
parentd0ac9ded9d577c9a9e6fffd3921c6100c8a20b6b (diff)
parent39b2d7fc6c9bb2a06b60a65b546b4c7c89c02e46 (diff)
downloadNinja-e4eef72db86cc321a73da03bd7b7a9b2df83b1af.zip
Ninja-e4eef72db86cc321a73da03bd7b7a9b2df83b1af.tar.gz
Ninja-e4eef72db86cc321a73da03bd7b7a9b2df83b1af.tar.bz2
Merge pull request #427 from jonforums/jf/mingw-n-msvc
fix mingw build fail - redux
Diffstat (limited to 'src/msvc_helper_main-win32.cc')
-rw-r--r--src/msvc_helper_main-win32.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msvc_helper_main-win32.cc b/src/msvc_helper_main-win32.cc
index 5e28e6d..4a4b3c4 100644
--- a/src/msvc_helper_main-win32.cc
+++ b/src/msvc_helper_main-win32.cc
@@ -14,6 +14,7 @@
#include "msvc_helper.h"
+#include <stdio.h>
#include <windows.h>
#include "util.h"