mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
10 lines
300 B
C++
10 lines
300 B
C++
--- base/test/launcher/test_launcher.cc.orig 2024-06-22 08:49:42 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"
|