aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm4/files/patch-lib_backend_db3.c
blob: 8c33b429986cf21f5fae7d1278a52b1d69b03316 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/backend/db3.c.orig	2014-06-30 08:47:13 UTC
+++ lib/backend/db3.c
@@ -8,6 +8,8 @@ static int _debug = 1;	/* XXX if < 0 deb
 
 #include <errno.h>
 #include <sys/wait.h>
+#include <sys/types.h>
+#include <signal.h>
 #include <db.h>
 
 #include <rpm/rpmtypes.h>