summaryrefslogtreecommitdiff
path: root/src/gtest-port.cc
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-07-22 21:07:19 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-07-22 21:07:19 +0000
commit72cb271b4a97e1bfd26397bb188673ed3b359de1 (patch)
tree6182008e59b5ef52fa7b5967a64e6d7649c855ef /src/gtest-port.cc
parent39dc95e495fd9f888bcd460c383a2594bf57429d (diff)
downloadgtest-72cb271b4a97e1bfd26397bb188673ed3b359de1.tar.gz
gtest-72cb271b4a97e1bfd26397bb188673ed3b359de1.tar.bz2
gtest-72cb271b4a97e1bfd26397bb188673ed3b359de1.tar.xz
Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them.
git-svn-id: http://googletest.googlecode.com/svn/trunk@448 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src/gtest-port.cc')
-rw-r--r--src/gtest-port.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtest-port.cc b/src/gtest-port.cc
index b9504f5..5eec8fa 100644
--- a/src/gtest-port.cc
+++ b/src/gtest-port.cc
@@ -34,6 +34,7 @@
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#if GTEST_OS_WINDOWS_MOBILE
#include <windows.h> // For TerminateProcess()