Index: chrome/test/automation/proxy_launcher.cc |
diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc |
index 6667f510e900d7cbffd7a24cb6849578c6e87f55..d6e23b24ac5a8ac0ea28c34fb6be8d6d2cc43fb6 100644 |
--- a/chrome/test/automation/proxy_launcher.cc |
+++ b/chrome/test/automation/proxy_launcher.cc |
@@ -29,6 +29,10 @@ |
#include "ipc/ipc_descriptors.h" |
#include "sql/connection.h" |
+#if defined(OS_OPENBSD) |
Mark Mentovai
2011/10/26 23:24:28
This file uses kill() and SIGTERM on OS_POSIX. Thi
Robert Nagy
2011/10/31 15:38:38
Done.
|
+#include <signal.h> |
+#endif |
+ |
namespace { |
// Passed as value of kTestType. |