aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-base_test_launcher_test__launcher.cc
blob: 12ff3472b7b321ae85715232cc788e1275da7adb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- base/test/launcher/test_launcher.cc.orig	2025-04-22 20:15:27 UTC
+++ base/test/launcher/test_launcher.cc
@@ -73,6 +73,7 @@
 #include "testing/gtest/include/gtest/gtest.h"
 
 #if BUILDFLAG(IS_POSIX)
+#include <signal.h>
 #include <fcntl.h>
 
 #include "base/files/file_descriptor_watcher_posix.h"