aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__test__launcher__test_launcher.cc
blob: b98d39b5999b1f279ea1acbdd681bb04f1016f48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- base/test/launcher/test_launcher.cc.orig	2014-10-10 09:15:29 UTC
+++ base/test/launcher/test_launcher.cc
@@ -45,6 +45,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 .