diff options
author | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
commit | 358848088d23d8c1389ed75f3cf9a8804c6baa43 (patch) | |
tree | 35afe4de5a012e746b6d24176bef0b72e996d666 /lib/rpmal.c | |
parent | 95555cf3d4c02f8649a271d0c1f6699f56c9c9f5 (diff) | |
download | librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.gz librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.bz2 librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.zip |
- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].
CVS patchset: 5152
CVS date: 2001/11/03 02:34:15
Diffstat (limited to 'lib/rpmal.c')
-rw-r--r-- | lib/rpmal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmal.c b/lib/rpmal.c index 382cadffd..dbfbabc4a 100644 --- a/lib/rpmal.c +++ b/lib/rpmal.c @@ -6,6 +6,7 @@ #include <rpmlib.h> +#include "rpmds.h" #include "depends.h" #include "rpmal.h" |