aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_test_launcher_test__launcher.cc
blob: 360864ca880f3d51ef90623c6b455fc75409d2c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/test/launcher/test_launcher.cc.orig	2016-05-11 19:02:11 UTC
+++ base/test/launcher/test_launcher.cc
@@ -52,6 +52,10 @@
 #include "base/win/windows_version.h"
 #endif
 
+#if defined(OS_FREEBSD)
+#include <signal.h>
+#endif
+
 namespace base {
 
 // See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/nkdTP7sstSc/uT3FaE_sgkAJ .