f1db2ee
diff -up chromium-80.0.3987.106/third_party/webrtc/audio/utility/channel_mixer.cc.missing-cstring chromium-80.0.3987.106/third_party/webrtc/audio/utility/channel_mixer.cc
f1db2ee
--- chromium-80.0.3987.106/third_party/webrtc/audio/utility/channel_mixer.cc.missing-cstring	2020-02-21 13:19:47.077683105 -0500
f1db2ee
+++ chromium-80.0.3987.106/third_party/webrtc/audio/utility/channel_mixer.cc	2020-02-21 13:19:47.077683105 -0500
f1db2ee
@@ -8,6 +8,8 @@
f1db2ee
  *  be found in the AUTHORS file in the root of the source tree.
f1db2ee
  */
f1db2ee
 
f1db2ee
+#include <cstring>
f1db2ee
+
f1db2ee
 #include "audio/utility/channel_mixer.h"
f1db2ee
 
f1db2ee
 #include "audio/utility/channel_mixing_matrix.h"
f1db2ee
diff -up chromium-80.0.3987.106/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc.missing-cstring chromium-80.0.3987.106/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc
f1db2ee
--- chromium-80.0.3987.106/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc.missing-cstring	2020-02-21 13:19:48.171659179 -0500
f1db2ee
+++ chromium-80.0.3987.106/third_party/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc	2020-02-21 13:19:48.174659113 -0500
f1db2ee
@@ -17,6 +17,7 @@
f1db2ee
 #include <spa/param/video/raw-utils.h>
f1db2ee
 #include <spa/support/type-map.h>
f1db2ee
 
f1db2ee
+#include <cstring>
f1db2ee
 #include <memory>
f1db2ee
 #include <utility>
f1db2ee
 
f1db2ee
diff -up chromium-80.0.3987.106/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc.missing-cstring chromium-80.0.3987.106/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc
f1db2ee
--- chromium-80.0.3987.106/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc.missing-cstring	2020-02-21 13:30:09.609068057 -0500
f1db2ee
+++ chromium-80.0.3987.106/third_party/webrtc/modules/video_coding/utility/ivf_file_reader.cc	2020-02-21 13:30:23.791757875 -0500
f1db2ee
@@ -10,6 +10,7 @@
f1db2ee
 
f1db2ee
 #include "modules/video_coding/utility/ivf_file_reader.h"
f1db2ee
 
f1db2ee
+#include <cstring>
f1db2ee
 #include <string>
f1db2ee
 #include <vector>
f1db2ee