summaryrefslogtreecommitdiff
path: root/rpmsign.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-29 13:09:31 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-29 13:09:31 +0300
commitbbbd7a4255ad3f9b14b6705ecb4c79c93ebe4f08 (patch)
tree19b86ed09c7ee5e6bb716dc7ecc2e6ad6786b374 /rpmsign.c
parent9fec43d62950d543e280635530ad0efed6be50e1 (diff)
downloadrpm-bbbd7a4255ad3f9b14b6705ecb4c79c93ebe4f08.tar.gz
rpm-bbbd7a4255ad3f9b14b6705ecb4c79c93ebe4f08.tar.bz2
rpm-bbbd7a4255ad3f9b14b6705ecb4c79c93ebe4f08.zip
Whoops, couple of includes gone missing in the shuffle
Diffstat (limited to 'rpmsign.c')
-rw-r--r--rpmsign.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmsign.c b/rpmsign.c
index 39c7e78cf..2469c00bd 100644
--- a/rpmsign.c
+++ b/rpmsign.c
@@ -4,6 +4,7 @@
#include <popt.h>
#include <rpm/rpmcli.h>
+#include <rpm/rpmsign.h>
#include "cliutils.h"
#include "debug.h"