mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Fixes build failure on Windows, by Rainer Klaffenboeck.
This commit is contained in:
parent
44a041b711
commit
3d8064999c
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue