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/rpmspec.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/rpmspec.h')
-rw-r--r-- | build/rpmspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h index 33a49f24a..4409ea36d 100644 --- a/build/rpmspec.h +++ b/build/rpmspec.h @@ -6,7 +6,7 @@ * The rpmSpec and Package data structures used during build. */ -#include <stringbuf.h> /* StringBuf */ +#include <rpmstring.h> /* StringBuf */ #include <rpmcli.h> /* for QVA_t */ #ifdef __cplusplus |