diff options
Diffstat (limited to 'devel/electron37/files/patch-base_posix_unix__domain__socket__unittest.cc')
-rw-r--r-- | devel/electron37/files/patch-base_posix_unix__domain__socket__unittest.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-base_posix_unix__domain__socket__unittest.cc b/devel/electron37/files/patch-base_posix_unix__domain__socket__unittest.cc new file mode 100644 index 000000000000..432387473491 --- /dev/null +++ b/devel/electron37/files/patch-base_posix_unix__domain__socket__unittest.cc @@ -0,0 +1,11 @@ +--- base/posix/unix_domain_socket_unittest.cc.orig 2024-06-18 21:43:17 UTC ++++ base/posix/unix_domain_socket_unittest.cc +@@ -15,6 +15,8 @@ + #include <sys/types.h> + #include <unistd.h> + ++#include <signal.h> ++ + #include "base/files/file_util.h" + #include "base/files/scoped_file.h" + #include "base/functional/bind.h" |