diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-22 14:48:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-22 14:48:07 +0200 |
commit | b32cca34808e46bb5ce6972c99d95b3e53f555ab (patch) | |
tree | 8844abe3c4d95b3611383ad90aca86a58eff6945 /lib/rpmts.h | |
parent | 4ad615daf5a650359d4be4d7b317d0678040cd37 (diff) | |
download | rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.tar.gz rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.tar.bz2 rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.zip |
Move pgpDig typedefs to a more obvious place..
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 79d84a8b8..27e77b6de 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -9,6 +9,7 @@ #include <rpmlib.h> /* for rpmts */ #include <rpmps.h> #include <rpmsw.h> +#include <rpmpgp.h> #ifdef __cplusplus extern "C" { |