freebsd-ports/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc
Robert Nagy 7034f5e54b www/iridium: update to 2023.03.111
Approved by:	rene (mentor)
2023-03-14 06:51:33 +01:00

10 lines
342 B
C++

--- chrome/test/chromedriver/chrome_launcher.cc.orig 2023-03-13 07:33:08 UTC
+++ chrome/test/chromedriver/chrome_launcher.cc
@@ -64,6 +64,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"