aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-tools_gn_src_gn_exec__process.cc
blob: 92debe676b389094afcc9c5b3b0ff72bce1058cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tools/gn/src/gn/exec_process.cc.orig	2020-11-13 06:49:31 UTC
+++ tools/gn/src/gn/exec_process.cc
@@ -30,6 +30,10 @@
 #include "base/posix/file_descriptor_shuffle.h"
 #endif
 
+#if defined(OS_BSD)
+#include <signal.h>
+#endif
+
 namespace internal {
 
 #if defined(OS_WIN)