summaryrefslogtreecommitdiff
path: root/build/rpmspec.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-23 08:11:42 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-23 08:11:42 +0200
commitd6990c3ab1095e0637a5113fe062b9eb6e1a2238 (patch)
tree46324b8abb0f0a02fff37fb7e9a0a2962f6be8b7 /build/rpmspec.h
parentabeea80a38682069fe97e69c0c8ca71475497ba0 (diff)
downloadrpm-d6990c3ab1095e0637a5113fe062b9eb6e1a2238.tar.gz
rpm-d6990c3ab1095e0637a5113fe062b9eb6e1a2238.tar.bz2
rpm-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.h2
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