opnsense-ports/sysutils/pacman/files/patch-src_pacman_conf.c
Franco Fichtner 87749ae55e */*: sync with upstream
Taken from: FreeBSD
2023-06-12 10:04:19 +02:00

10 lines
274 B
C

--- src/pacman/conf.c.orig 2020-12-03 11:37:30 UTC
+++ src/pacman/conf.c
@@ -23,6 +23,7 @@
#include <locale.h> /* setlocale */
#include <fcntl.h> /* open */
#include <glob.h>
+#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* strdup */