diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-02 22:59:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-02 22:59:38 +0200 |
commit | 249113b17a378e55532a1bd4b01c6954d56e59e1 (patch) | |
tree | 1d8d4bf07067f15dc76ac0994c953ede0844f01e /lib/formats.c | |
parent | b2a11e03510dde4e805c388b24dcb41e5d1278ab (diff) | |
download | rpm-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.gz rpm-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.bz2 rpm-249113b17a378e55532a1bd4b01c6954d56e59e1.zip |
Move rpmsenseFlag enums to rpmds where they logically belong
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/formats.c b/lib/formats.c index f9f8627fa..6697bdb45 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -5,6 +5,7 @@ #include "system.h" #include "rpmio/digest.h" #include <rpmlib.h> +#include <rpmds.h> #include <rpmmacro.h> /* XXX for %_i18ndomains */ #include <rpmfi.h> |