Fix cygwin build by including stdio.h here
authorokuoku <mjt@cltn.org>
Wed, 25 Jan 2012 16:31:03 +0000 (01:31 +0900)
committerokuoku <mjt@cltn.org>
Wed, 25 Jan 2012 16:32:12 +0000 (01:32 +0900)
src/build_log.cc
src/build_log.h

index 4c875d9..c9267d2 100644 (file)
@@ -15,7 +15,6 @@
 #include "build_log.h"
 
 #include <errno.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
index 3e27eee..040609d 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <map>
 #include <string>
+#include <stdio.h>
 using namespace std;
 
 #include "hash_map.h"