diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-26 11:29:53 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-26 11:29:53 +0300 |
commit | 7c1a960aaea9fcdf5346844069eee9daae66d58b (patch) | |
tree | 996249e57dac24dda4fae1fa60f224100c6b81a8 /rpmdb | |
parent | 39072f5ee4e2f8d1314fc7d9e81b01c88a263bf6 (diff) | |
download | rpm-7c1a960aaea9fcdf5346844069eee9daae66d58b.tar.gz rpm-7c1a960aaea9fcdf5346844069eee9daae66d58b.tar.bz2 rpm-7c1a960aaea9fcdf5346844069eee9daae66d58b.zip |
Remove the deprecated rpmlead definitions from public headers
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/legacy.c | 1 | ||||
-rw-r--r-- | rpmdb/legacy.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/rpmdb/legacy.c b/rpmdb/legacy.c index 5959ecdbd..2213e4634 100644 --- a/rpmdb/legacy.c +++ b/rpmdb/legacy.c @@ -18,6 +18,7 @@ #endif #include "rpmio_internal.h" +#include "rpmlead.h" #include <rpmlib.h> #include <rpmmacro.h> #include "misc.h" diff --git a/rpmdb/legacy.h b/rpmdb/legacy.h index 69b54d635..e6da64549 100644 --- a/rpmdb/legacy.h +++ b/rpmdb/legacy.h @@ -6,6 +6,8 @@ * */ +#include "rpmlead.h" + /** */ extern int _noDirTokens; |