summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_gn_tools_gn_exec__process.cc
blob: 940ab6c3df48d2c3195c7fb4da77516e2ecdf5ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/3rdparty/gn/tools/gn/exec_process.cc.orig	2018-11-13 18:25:11 UTC
+++ src/3rdparty/gn/tools/gn/exec_process.cc
@@ -22,6 +22,9 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <sys/wait.h>
+#if defined(OS_BSD)
+#include <sys/signal.h>
+#endif
 #include <unistd.h>
 
 #include "base/posix/eintr_wrapper.h"