diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 08:11:42 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-23 08:11:42 +0200 |
commit | d6990c3ab1095e0637a5113fe062b9eb6e1a2238 (patch) | |
tree | 46324b8abb0f0a02fff37fb7e9a0a2962f6be8b7 /build/rpmbuild.h | |
parent | abeea80a38682069fe97e69c0c8ca71475497ba0 (diff) | |
download | librpm-tizen-d6990c3ab1095e0637a5113fe062b9eb6e1a2238.tar.gz librpm-tizen-d6990c3ab1095e0637a5113fe062b9eb6e1a2238.tar.bz2 librpm-tizen-d6990c3ab1095e0637a5113fe062b9eb6e1a2238.zip |
Move stringbuf into librpmio, rename header
- rename header to more generic rpmstring.h for collecting misc string
helper functions
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index e7aeaf97c..55bd5534d 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -9,7 +9,7 @@ #include <rpmcli.h> /* and it shouldn't need these :-( */ -#include <stringbuf.h> +#include <rpmstring.h> /* but this will be needed */ #include <rpmspec.h> |