aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc
blob: 74d1e3e10dbbc50d7ec8901a58a451f429d22d63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- chrome/test/chromedriver/chrome_launcher.cc.orig	2023-08-18 10:26:52 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -67,6 +67,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/wait.h>
 #include <unistd.h>
 #elif BUILDFLAG(IS_WIN)
 #include "chrome/test/chromedriver/keycode_text_conversion.h"