blob: 381ed10c0f62bf80efab3f1be6c5b58a1e73e54a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- chrome/test/chromedriver/chrome_launcher.cc.orig 2025-06-30 07:04:30 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -74,6 +74,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/wait.h>
#include <unistd.h>
#elif BUILDFLAG(IS_WIN)
#include <windows.h>
|