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 /rpmio/macro.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 'rpmio/macro.c')
-rw-r--r-- | rpmio/macro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c index 4e43acd38..aac05fe5d 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -13,6 +13,7 @@ #define STREQ(_t, _f, _fn) ((_fn) == (sizeof(_t)-1) && !strncmp((_t), (_f), (_fn))) #include <rpmio.h> +#include <rpmstring.h> #include <rpmurl.h> #include <rpmmessages.h> #include <rpmlog.h> |