diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-11-10 08:46:23 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-11-10 08:46:59 +0200 |
commit | 1e0e3e01d21f6c602f0e7259bc44dc088c7264b5 (patch) | |
tree | 12d246e9931a8b12e63b30a0cae842825fe6ca0a /rpmio | |
parent | 70f063cb773bedb7d336429d9bc8ed1d4e5d18f4 (diff) | |
download | librpm-tizen-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.tar.gz librpm-tizen-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.tar.bz2 librpm-tizen-1e0e3e01d21f6c602f0e7259bc44dc088c7264b5.zip |
Doh, somehow managed to miss the warnings from these missing includes :(
- Should've been in commit 70f063cb773bedb7d336429d9bc8ed1d4e5d18f4
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmpgp.c | 1 |
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 */ |