summarylogtreecommitdiffstats
path: root/chromium-webrtc-missing-header.patch
diff options
context:
space:
mode:
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>