diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 15:33:49 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-09 15:33:49 +0300 |
commit | 01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd (patch) | |
tree | a34d13481151f51c6718c8dee5be3904aec9e0ee /lib/rpmlead.c | |
parent | 9fba2d43d162bc12e84a4e5120429609ff17fc72 (diff) | |
download | rpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.tar.gz rpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.tar.bz2 rpm-01d5c13a4299e6fb7357d14fee7c5a368ec3bbbd.zip |
Make rpmerr.h private, include directly where needed.
Diffstat (limited to 'lib/rpmlead.c')
-rw-r--r-- | lib/rpmlead.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmlead.c b/lib/rpmlead.c index 20f81c3c5..9b4239681 100644 --- a/lib/rpmlead.c +++ b/lib/rpmlead.c @@ -10,6 +10,7 @@ #include "signature.h" #include "rpmlead.h" +#include "rpmerr.h" #include "debug.h" static unsigned char lead_magic[] = { |