diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2013-10-16 13:33:59 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-16 13:33:59 +0000 |
| commit | 9bd9d184f836970cd9000fbe984e77e6184128ad (patch) | |
| tree | 4a8523050f89134ea51866088b7e985acb96f409 /www/chromium/files/extra-patch-gcc | |
| parent | multimedia/gmerlin-avdecoder: fix pkg-plist (diff) | |
Fix build with GCC 4.8
Submitted by: avg, Michael Moll <mmoll@mmoll.at>
Diffstat (limited to 'www/chromium/files/extra-patch-gcc')
| -rw-r--r-- | www/chromium/files/extra-patch-gcc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index e14dc6553362..af7a34a48349 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -28,3 +28,13 @@ #include <string> #include "base/gtest_prod_util.h" +--- content/public/common/child_process_sandbox_support_linux.h.orig 2013-10-11 19:30:28.000000000 +0200 ++++ content/public/common/child_process_sandbox_support_linux.h 2013-10-16 15:29:00.000000000 +0200 +@@ -7,6 +7,7 @@ + + #include <stdint.h> + #include <string> ++#include <sys/types.h> + + #include "content/common/content_export.h" + |
