mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
10 lines
298 B
C++
10 lines
298 B
C++
--- base/test/launcher/test_launcher.cc.orig 2019-03-15 06:36:56 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"
|