ports/www/iridium/files/patch-base_test_launcher_test__launcher.cc
Carlos J. Puga Medina 66d46c9897 www/iridium: Update to 2019.04.73
Submitted by:	Matthias Wolf <matthias@rheinwolf.de>
2019-06-18 19:24:43 +00:00

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"