summaryrefslogtreecommitdiff
path: root/sysutils/pacman/files/patch-src_pacman_conf.c
blob: 89d05db6de12dada0da84839953482091c874c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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 */