aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-base_test_launcher_test__launcher.cc
blob: 2e91e2f920e14c6767971d1ca69079db3af7d8d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                       
                                       
                 
                                               
 
                        
                    
                   
 
                                                      
--- base/test/launcher/test_launcher.cc.orig	2024-01-30 07:53:34 UTC
+++ base/test/launcher/test_launcher.cc
@@ -69,6 +69,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"