freebsd-ports/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc

11 lines
342 B
C++
Raw Normal View History

--- 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>
2022-04-01 14:16:26 +02:00
#elif BUILDFLAG(IS_WIN)
#include "chrome/test/chromedriver/keycode_text_conversion.h"