mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
10 lines
277 B
C++
10 lines
277 B
C++
--- sql/wsrep_utils.cc.orig 2017-06-12 10:31:29 UTC
|
|
+++ sql/wsrep_utils.cc
|
|
@@ -26,6 +26,7 @@
|
|
#include <sql_class.h>
|
|
#include <socket_connection.h>
|
|
|
|
+#include <signal.h>
|
|
#include <spawn.h> // posix_spawn()
|
|
#include <unistd.h> // pipe()
|
|
#include <errno.h> // errno
|