forked from Lainports/opnsense-ports
10 lines
307 B
C++
10 lines
307 B
C++
--- base/test/launcher/test_launcher.cc.orig 2022-09-24 10:57:32 UTC
|
|
+++ base/test/launcher/test_launcher.cc
|
|
@@ -65,6 +65,7 @@
|
|
#include "third_party/libxml/chromium/libxml_utils.h"
|
|
|
|
#if BUILDFLAG(IS_POSIX)
|
|
+#include <signal.h>
|
|
#include <fcntl.h>
|
|
|
|
#include "base/files/file_descriptor_watcher_posix.h"
|