mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
10 lines
300 B
C++
10 lines
300 B
C++
--- base/test/launcher/test_launcher.cc.orig 2025-04-16 18:18:42 UTC
|
|
+++ base/test/launcher/test_launcher.cc
|
|
@@ -73,6 +73,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"
|