mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
10 lines
298 B
C++
10 lines
298 B
C++
--- base/test/launcher/test_launcher.cc.orig 2019-03-11 22:00:51 UTC
|
|
+++ base/test/launcher/test_launcher.cc
|
|
@@ -53,6 +53,7 @@
|
|
#include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
#if defined(OS_POSIX)
|
|
+#include <signal.h>
|
|
#include <fcntl.h>
|
|
|
|
#include "base/files/file_descriptor_watcher_posix.h"
|