freebsd-ports/sysutils/pacman/files/patch-lib_libalpm_util.c
2018-05-08 17:05:39 +00:00

10 lines
220 B
C

--- lib/libalpm/util.c.orig 2017-05-18 11:10:47 UTC
+++ lib/libalpm/util.c
@@ -32,6 +32,7 @@
#include <sys/wait.h>
#include <fnmatch.h>
#include <poll.h>
+#include <signal.h>
/* libarchive */
#include <archive.h>