forked from Lainports/opnsense-ports
10 lines
300 B
C++
10 lines
300 B
C++
--- base/test/launcher/test_launcher.cc.orig 2024-06-18 21:43:18 UTC
|
|
+++ base/test/launcher/test_launcher.cc
|
|
@@ -74,6 +74,7 @@
|
|
#include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
#if BUILDFLAG(IS_POSIX)
|
|
+#include <signal.h>
|
|
#include <fcntl.h>
|
|
|
|
#include "base/files/file_descriptor_watcher_posix.h"
|