diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 12:29:02 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 12:29:02 +0200 |
commit | 069a92e2cd2c2bb213e204e4a5c120c8d827876a (patch) | |
tree | 13de06753cc5dc743a5369c93ffc6fde975ac7cb /lib/rpmds.h | |
parent | 9e1a6a395f4785007e9e1e8935dfaae20f3afa8f (diff) | |
download | librpm-tizen-069a92e2cd2c2bb213e204e4a5c120c8d827876a.tar.gz librpm-tizen-069a92e2cd2c2bb213e204e4a5c120c8d827876a.tar.bz2 librpm-tizen-069a92e2cd2c2bb213e204e4a5c120c8d827876a.zip |
Make headers self-contained.
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r-- | lib/rpmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h index bad5e4017..de51afc05 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -6,6 +6,7 @@ * Structure(s) used for dependency tag sets. */ +#include "rpmlib.h" /* for rpmds */ #include "rpmps.h" #ifdef __cplusplus |