summaryrefslogtreecommitdiff
path: root/lib/rpmvercmp.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-23 08:32:08 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-23 08:32:08 +0200
commit4ad615daf5a650359d4be4d7b317d0678040cd37 (patch)
tree3f82f40fd6a186b2925f3668a15d59f618789172 /lib/rpmvercmp.c
parent115d698252464f907a4932b4bfeb63d72a3098a2 (diff)
downloadrpm-4ad615daf5a650359d4be4d7b317d0678040cd37.tar.gz
rpm-4ad615daf5a650359d4be4d7b317d0678040cd37.tar.bz2
rpm-4ad615daf5a650359d4be4d7b317d0678040cd37.zip
Move the xstr*() string variants from rpmio.h to rpmstring.h
Diffstat (limited to 'lib/rpmvercmp.c')
-rw-r--r--lib/rpmvercmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmvercmp.c b/lib/rpmvercmp.c
index 6ba089cf3..b847113f8 100644
--- a/lib/rpmvercmp.c
+++ b/lib/rpmvercmp.c
@@ -5,6 +5,7 @@
#include "system.h"
#include <rpmlib.h>
+#include <rpmstring.h>
#include "debug.h"