aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_launcher_test__launcher.cc
blob: adf2c80b15ced53a080ab0944c0e6c8748cc41ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- base/test/launcher/test_launcher.cc.orig	2022-02-28 16:54:41 UTC
+++ base/test/launcher/test_launcher.cc
@@ -63,6 +63,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"