Commit 3d806499 by zhanyong.wan

Fixes build failure on Windows, by Rainer Klaffenboeck.

parent 44a041b7
...@@ -35,7 +35,10 @@ ...@@ -35,7 +35,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#if !GTEST_OS_WINDOWS #if GTEST_OS_WINDOWS
#include <io.h>
#include <sys/stat.h>
#else
#include <unistd.h> #include <unistd.h>
#endif // GTEST_OS_WINDOWS #endif // GTEST_OS_WINDOWS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment