Fixed Native Client build of gtest when using glibc (by Ben Smith).

This commit is contained in:
vladlosev
2012-08-14 15:20:28 +00:00
parent 1f7bb45e07
commit 2147489625
2 changed files with 55 additions and 16 deletions

View File

@@ -39,8 +39,8 @@
#elif GTEST_OS_WINDOWS
# include <direct.h>
# include <io.h>
#elif GTEST_OS_SYMBIAN || GTEST_OS_NACL
// Symbian OpenC and NaCl have PATH_MAX in sys/syslimits.h
#elif GTEST_OS_SYMBIAN
// Symbian OpenC has PATH_MAX in sys/syslimits.h
# include <sys/syslimits.h>
#else
# include <limits.h>