blob: a187f386bb18390d34ae86201e5cdbfa5dc61ce9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./base/test/launcher/test_launcher.cc.orig 2014-08-20 21:02:41.000000000 +0200
+++ ./base/test/launcher/test_launcher.cc 2014-08-22 15:06:24.000000000 +0200
@@ -41,6 +41,10 @@
#include "base/mac/scoped_nsautorelease_pool.h"
#endif
+#if defined(OS_FREEBSD)
+#include <signal.h>
+#endif
+
namespace base {
// Launches a child process using |command_line|. If the child process is still
|