summaryrefslogtreecommitdiff
path: root/rpmio/rpmpgp.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-11-10 08:46:23 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-11-10 08:46:59 +0200
commit1e0e3e01d21f6c602f0e7259bc44dc088c7264b5 (patch)
tree12d246e9931a8b12e63b30a0cae842825fe6ca0a /rpmio/rpmpgp.c
parent70f063cb773bedb7d336429d9bc8ed1d4e5d18f4 (diff)
downloadrpm-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.tar.gz
rpm-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.tar.bz2
rpm-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.zip
Doh, somehow managed to miss the warnings from these missing includes :(
- Should've been in commit 70f063cb773bedb7d336429d9bc8ed1d4e5d18f4
Diffstat (limited to 'rpmio/rpmpgp.c')
-rw-r--r--rpmio/rpmpgp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c
index b00542c89..4aac23d59 100644
--- a/rpmio/rpmpgp.c
+++ b/rpmio/rpmpgp.c
@@ -9,6 +9,7 @@
#include <netinet/in.h>
#include <rpm/rpmstring.h>
#include <rpm/rpmlog.h>
+#include <rpm/rpmbase64.h>
#include "rpmio/digest.h"
#include "rpmio/rpmio_internal.h" /* XXX rpmioSlurp */