summaryrefslogtreecommitdiff
path: root/archivers/rpm4/files/patch-lib_backend_db3.c
blob: 9a88011ab7cecef6aab84dff7c63ecef409b1abe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/backend/db3.c.orig	2011-03-02 07:40:10.000000000 +0100
+++ lib/backend/db3.c	2011-06-10 15:21:12.000000000 +0200
@@ -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>