Skip to content

Commit

Permalink
Merge pull request ninja-build#253 from qhuo/include-io.h
Browse files Browse the repository at this point in the history
Fix windows build (add #include <io.h>)
  • Loading branch information
evmar committed Apr 10, 2012
2 parents f355f64 + 3c6c737 commit 3e4c0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#ifdef _WIN32
#include <windows.h>
#include <io.h>
#endif

#include <errno.h>
Expand Down

0 comments on commit 3e4c0bc

Please sign in to comment.