blob: 4900d326214d7982ac00a422bf85bdf62fbd8730 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- base/test/launcher/test_launcher.cc.orig 2017-06-05 19:03:00 UTC
+++ base/test/launcher/test_launcher.cc
@@ -61,6 +61,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 .
|