2023-03-13 11:56:24 +01:00
|
|
|
--- chrome/test/chromedriver/chrome_launcher.cc.orig 2023-03-13 07:33:08 UTC
|
2022-03-30 17:18:34 +02:00
|
|
|
+++ chrome/test/chromedriver/chrome_launcher.cc
|
2023-03-13 11:56:24 +01:00
|
|
|
@@ -64,6 +64,7 @@
|
2022-03-30 17:18:34 +02:00
|
|
|
#include <fcntl.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
+#include <sys/wait.h>
|
|
|
|
#include <unistd.h>
|
2022-04-01 14:16:26 +02:00
|
|
|
#elif BUILDFLAG(IS_WIN)
|
2022-03-30 17:18:34 +02:00
|
|
|
#include "chrome/test/chromedriver/keycode_text_conversion.h"
|