blob: 363d8f0bce0ffae3f4e4ec11607efb5670f01d08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- chrome/test/chromedriver/chrome_launcher.cc.orig 2025-08-26 20:49:50 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -75,6 +75,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>
|