void-packages/srcpkgs/qt5-webengine/patches/0001-mus-cstring.patch
2021-03-08 19:41:15 +01:00

11 lines
340 B
Diff

--- a/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2021-03-08 10:30:42.504006604 +0100
+++ - 2021-03-08 10:31:27.415366585 +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"