blob: 06670e7185139f7d83283e9e1a668f92c3b6df0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- chrome/test/chromedriver/chrome_launcher.cc.orig 2021-03-12 23:57:20 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -71,6 +71,10 @@
#include "chrome/test/chromedriver/keycode_text_conversion.h"
#endif
+#if defined(OS_BSD)
+#include <sys/wait.h>
+#endif
+
namespace {
const char* const kCommonSwitches[] = {
|