diff options
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; |