Commit 3d806499 authored by zhanyong.wan's avatar zhanyong.wan
Browse files

Fixes build failure on Windows, by Rainer Klaffenboeck.

parent 44a041b7
......@@ -35,7 +35,10 @@
#include <stdlib.h>
#include <stdio.h>
#if !GTEST_OS_WINDOWS
#if GTEST_OS_WINDOWS
#include <io.h>
#include <sys/stat.h>
#else
#include <unistd.h>
#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