summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_test_chromedriver_chrome__launcher.cc
blob: 0a914f8feef1dd94dc4e65570a87b286bcfe0fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- chrome/test/chromedriver/chrome_launcher.cc.orig	2023-12-23 12:33:28 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -73,6 +73,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>