summaryrefslogtreecommitdiff
path: root/repo/qt5-qtwebengine/fix-strncpy-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/qt5-qtwebengine/fix-strncpy-error.patch')
-rw-r--r--repo/qt5-qtwebengine/fix-strncpy-error.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/repo/qt5-qtwebengine/fix-strncpy-error.patch b/repo/qt5-qtwebengine/fix-strncpy-error.patch
new file mode 100644
index 0000000..11294de
--- /dev/null
+++ b/repo/qt5-qtwebengine/fix-strncpy-error.patch
@@ -0,0 +1,10 @@
+--- build/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-07 22:23:50.602954227 +0100
++++ build2/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-11 12:57:26.005060552 +0100
+@@ -8,6 +8,7 @@
+ #include <sys/socket.h>
+ #include <sys/un.h>
+ #include <unistd.h>
++#include <cstring>
+
+ #include "base/files/file_util.h"
+ #include "base/files/scoped_file.h"