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 /tools/rpmgraph.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 'tools/rpmgraph.c')
-rw-r--r-- | tools/rpmgraph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rpmgraph.c b/tools/rpmgraph.c index e1e7110e7..ba54d8931 100644 --- a/tools/rpmgraph.c +++ b/tools/rpmgraph.c @@ -7,6 +7,7 @@ const char *__progname; #include <rpmps.h> #include <rpmte.h> #include <rpmts.h> +#include <rpmds.h> #include <rpmlog.h> #include <rpmfileutil.h> |