summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h')
-rw-r--r--www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
new file mode 100644
index 000000000..d02ccf9ec
--- /dev/null
+++ b/www/webkit-gtk3/files/patch-Source_ThirdParty_gtext_include_gtest_internal_gtest-port.h
@@ -0,0 +1,10 @@
+--- Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h.orig 2013-06-10 07:06:02.000000000 +0000
++++ Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h 2013-06-10 07:51:20.000000000 +0000
+@@ -172,6 +172,7 @@
+ #include <stddef.h> // For ptrdiff_t
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <unistd.h>
+ #include <string.h>
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>