aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc
blob: 6cf1aa4a2eee6bb0a7f5b91bbf433dd2b472b2d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- chrome/test/chromedriver/chrome_launcher.cc.orig	2020-11-13 06:36:38 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[] = {