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 /rpmdb | |
parent | b2a11e03510dde4e805c388b24dcb41e5d1278ab (diff) | |
download | librpm-tizen-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.gz librpm-tizen-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.bz2 librpm-tizen-249113b17a378e55532a1bd4b01c6954d56e59e1.zip |
Move rpmsenseFlag enums to rpmds where they logically belong
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/rpmdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index 052f2e171..755b7c3e2 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -21,6 +21,7 @@ #include <rpmsq.h> #include <rpmstring.h> #include <rpmfileutil.h> +#include <rpmds.h> /* XXX isInstallPreReq macro only */ #include <rpmlog.h> #include "rpmdb/rpmdb_internal.h" |