diff options
author | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
commit | 261b4a2ecbc7b4ccef094490c74e90f8cfdacfff (patch) | |
tree | 16df21598d84a9ba57f8b5accd422c75607c980f /lib/rpmds.h | |
parent | b9df0c51e490b2a2e158a8525d7753cb1fe1bc6e (diff) | |
download | librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.gz librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.bz2 librpm-tizen-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.zip |
- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.
- revert headerFree/headerLink/headerUnlink debugging.
CVS patchset: 5550
CVS date: 2002/07/13 19:08:51
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r-- | lib/rpmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h index 391f57b62..41c60ecc3 100644 --- a/lib/rpmds.h +++ b/lib/rpmds.h @@ -6,6 +6,8 @@ * Structure(s) used for dependency tag sets. */ +#include "rpmps.h" + /** */ /*@-exportlocal@*/ |