diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 10:35:28 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 10:35:28 +0200 |
commit | 98dc9ce7bb6c9371bd5713b64d838dd2a1b10083 (patch) | |
tree | 1bbcc861f1c95dd99aaab4eddd4fb99fa9684dd8 | |
parent | d6ffa9891fcd1e5e2b66d3dc543165fb475716c0 (diff) | |
download | librpm-tizen-98dc9ce7bb6c9371bd5713b64d838dd2a1b10083.tar.gz librpm-tizen-98dc9ce7bb6c9371bd5713b64d838dd2a1b10083.tar.bz2 librpm-tizen-98dc9ce7bb6c9371bd5713b64d838dd2a1b10083.zip |
Make header files self-contained.
-rw-r--r-- | rpmdb/hdrinline.h | 2 | ||||
-rw-r--r-- | rpmio/rpmpgp.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/rpmdb/hdrinline.h b/rpmdb/hdrinline.h index 163ba862f..48d95b7ae 100644 --- a/rpmdb/hdrinline.h +++ b/rpmdb/hdrinline.h @@ -6,6 +6,8 @@ * \file rpmdb/hdrinline.h */ +#include "header.h" /* for HV_t */ + #ifdef __cplusplus extern "C" { #endif diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 18ce5e4e3..d4a65d267 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -12,6 +12,8 @@ #include <string.h> +#include "rpmio.h" /* for pgpDig */ + #ifdef __cplusplus extern "C" { #endif |