summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-02-02 17:50:37 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-02 17:50:37 +0000
commitb599a5c960e21287a849d47e813a11f6fc2ef41b (patch)
tree245757e48b487fd68698d2ca3234e8c051a05a9c
parent6ed01644da63da3a9b27d1bd05d3b8af8d9bc16d (diff)
downloadasb-b599a5c960e21287a849d47e813a11f6fc2ef41b.tar.gz
asb-b599a5c960e21287a849d47e813a11f6fc2ef41b.tar.xz
Initial revision
-rw-r--r--chromium/build/patches/chromium_webrtc_missingheader.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_webrtc_missingheader.patch b/chromium/build/patches/chromium_webrtc_missingheader.patch
new file mode 100644
index 00000000..4fa85c6a
--- /dev/null
+++ b/chromium/build/patches/chromium_webrtc_missingheader.patch
@@ -0,0 +1,11 @@
+--- third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc.orig 2019-01-20 10:57:09.166224517 +0000
++++ third_party/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc 2019-01-20 06:01:05.901545307 +0000
+@@ -14,6 +14,7 @@
+ #include <X11/extensions/Xcomposite.h>
+ #include <X11/extensions/Xrender.h>
+
++#include <string.h>
+ #include <memory>
+ #include <string>
+ #include <utility>
+