Fixes build failure on Windows, by Rainer Klaffenboeck.
This commit is contained in:
parent
44a041b711
commit
3d8064999c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user