projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
982de2f
)
Fix cygwin build by including stdio.h here
author
okuoku
<mjt@cltn.org>
Wed, 25 Jan 2012 16:31:03 +0000
(
01:31
+0900)
committer
okuoku
<mjt@cltn.org>
Wed, 25 Jan 2012 16:32:12 +0000
(
01:32
+0900)
src/build_log.cc
patch
|
blob
|
history
src/build_log.h
patch
|
blob
|
history
diff --git
a/src/build_log.cc
b/src/build_log.cc
index
4c875d9
..
c9267d2
100644
(file)
--- a/
src/build_log.cc
+++ b/
src/build_log.cc
@@
-15,7
+15,6
@@
#include "build_log.h"
#include <errno.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git
a/src/build_log.h
b/src/build_log.h
index
3e27eee
..
040609d
100644
(file)
--- a/
src/build_log.h
+++ b/
src/build_log.h
@@
-17,6
+17,7
@@
#include <map>
#include <string>
+#include <stdio.h>
using namespace std;
#include "hash_map.h"