summaryrefslogtreecommitdiff
path: root/lib/rpmlead.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-17 18:15:34 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-17 18:15:34 +0300
commit834d2d2691fa3b645902bbcd1db9310c14778a69 (patch)
tree267318ef31b6dbea0febcf36d658fa5ee3f9007a /lib/rpmlead.c
parent85c6b8e5f9007e1cdf77e043079c774792d8aa52 (diff)
downloadrpm-834d2d2691fa3b645902bbcd1db9310c14778a69.tar.gz
rpm-834d2d2691fa3b645902bbcd1db9310c14778a69.tar.bz2
rpm-834d2d2691fa3b645902bbcd1db9310c14778a69.zip
Add missing include
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r--lib/rpmlead.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c
index 2981476a8..805606aec 100644
--- a/lib/rpmlead.c
+++ b/lib/rpmlead.c
@@ -8,6 +8,7 @@
#include <rpm/rpmlib.h> /* rpmGetOs/ArchInfo() */
#include <rpm/rpmlog.h>
+#include <rpm/rpmstring.h>
#include "lib/signature.h"
#include "lib/rpmlead.h"