summarylogtreecommitdiffstats
path: root/chromium-webrtc-missing-header.patch
diff options
context:
space:
mode:
authorDaniel Playfair Cal2019-02-20 21:25:02 +1100
committerDaniel Playfair Cal2019-02-21 09:42:43 +1100
commita5bfa509125d36190b1e3e02411e8754d2850f24 (patch)
treea85daef4da083beb886f7c2332a4becf147c934d /chromium-webrtc-missing-header.patch
downloadaur-a5bfa509125d36190b1e3e02411e8754d2850f24.tar.gz
Initialise based on chromium 72.0.3626.109-1
chromium-ozone 72.0.3626.81-1
Diffstat (limited to 'chromium-webrtc-missing-header.patch')
-rw-r--r--chromium-webrtc-missing-header.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium-webrtc-missing-header.patch b/chromium-webrtc-missing-header.patch
new file mode 100644
index 000000000000..335a7b80f0ee
--- /dev/null
+++ b/chromium-webrtc-missing-header.patch
@@ -0,0 +1,10 @@
+--- 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>