mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
10 lines
307 B
C++
10 lines
307 B
C++
--- base/test/launcher/test_launcher.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ base/test/launcher/test_launcher.cc
|
|
@@ -66,6 +66,7 @@
|
|
#include "third_party/libxml/chromium/libxml_utils.h"
|
|
|
|
#if BUILDFLAG(IS_POSIX)
|
|
+#include <signal.h>
|
|
#include <fcntl.h>
|
|
|
|
#include "base/files/file_descriptor_watcher_posix.h"
|