aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-filepath.cc
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-11-30 22:10:12 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-11-30 22:10:12 +0000
commit42bf979ce7c107bfc214758e4a511232dd9b2e0a (patch)
tree0674e71dda39d8d79d65049d7c0ff0f2fd89d9be /src/gtest-filepath.cc
parente349025485edf4a09907eee2d1f553d1f7fb5bd1 (diff)
downloadgoogletest-42bf979ce7c107bfc214758e4a511232dd9b2e0a.tar.gz
googletest-42bf979ce7c107bfc214758e4a511232dd9b2e0a.tar.bz2
googletest-42bf979ce7c107bfc214758e4a511232dd9b2e0a.zip
Adds Google Native Client compatibility (issue 329).
Diffstat (limited to 'src/gtest-filepath.cc')
-rw-r--r--src/gtest-filepath.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtest-filepath.cc b/src/gtest-filepath.cc
index 96557f38..118848a7 100644
--- a/src/gtest-filepath.cc
+++ b/src/gtest-filepath.cc
@@ -39,8 +39,8 @@
#elif GTEST_OS_WINDOWS
#include <direct.h>
#include <io.h>
-#elif GTEST_OS_SYMBIAN
-// Symbian OpenC has PATH_MAX in sys/syslimits.h
+#elif GTEST_OS_SYMBIAN || GTEST_OS_NACL
+// Symbian OpenC and NaCl have PATH_MAX in sys/syslimits.h
#include <sys/syslimits.h>
#else
#include <limits.h>