diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 08:32:08 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 08:32:08 +0200 |
commit | 4ad615daf5a650359d4be4d7b317d0678040cd37 (patch) | |
tree | 3f82f40fd6a186b2925f3668a15d59f618789172 /lib/rpmvercmp.c | |
parent | 115d698252464f907a4932b4bfeb63d72a3098a2 (diff) | |
download | librpm-tizen-4ad615daf5a650359d4be4d7b317d0678040cd37.tar.gz librpm-tizen-4ad615daf5a650359d4be4d7b317d0678040cd37.tar.bz2 librpm-tizen-4ad615daf5a650359d4be4d7b317d0678040cd37.zip |
Move the xstr*() string variants from rpmio.h to rpmstring.h
Diffstat (limited to 'lib/rpmvercmp.c')
-rw-r--r-- | lib/rpmvercmp.c | 1 |
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" |