Files
ports/devel/brpc/files/patch-src_butil_popen.cpp
T
Vanilla I. Shu a4a400be07 devel/brpc: add new ports.
PR:		293396
2026-05-01 22:23:23 +08:00

13 lines
303 B
C++

--- src/butil/popen.cpp.orig 2026-02-23 02:11:29 UTC
+++ src/butil/popen.cpp
@@ -20,6 +20,9 @@
#include <gflags/gflags.h>
#include "butil/build_config.h"
#include "butil/logging.h"
+#if defined(OS_FREEBSD)
+#include <sys/wait.h>
+#endif
#if defined(OS_LINUX)
// clone is a linux specific syscall