summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-02 22:59:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-02 22:59:38 +0200
commit249113b17a378e55532a1bd4b01c6954d56e59e1 (patch)
tree1d8d4bf07067f15dc76ac0994c953ede0844f01e /tools
parentb2a11e03510dde4e805c388b24dcb41e5d1278ab (diff)
downloadrpm-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.gz
rpm-249113b17a378e55532a1bd4b01c6954d56e59e1.tar.bz2
rpm-249113b17a378e55532a1bd4b01c6954d56e59e1.zip
Move rpmsenseFlag enums to rpmds where they logically belong
Diffstat (limited to 'tools')
-rw-r--r--tools/rpmgraph.c1
-rw-r--r--tools/rpmsort.c1
2 files changed, 2 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>
diff --git a/tools/rpmsort.c b/tools/rpmsort.c
index 368b25116..ccb22c023 100644
--- a/tools/rpmsort.c
+++ b/tools/rpmsort.c
@@ -9,6 +9,7 @@ const char *__progname;
#include <rpmps.h>
#include <rpmte.h>
#include <rpmts.h>
+#include <rpmds.h>
#include "lib/manifest.h"
#include <rpmlog.h>