Include rpmfileutil.h from rpmmacro.h so that

prototype for rpmGenPath() is included (rhbz#473420)
- unbreaks net-snmp
This commit is contained in:
Jindrich Novy 2008-12-01 12:16:56 +01:00
parent 7ea78b4927
commit 0b80d38f32
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <stddef.h>
#include <rpm/rpmutil.h>
#include <rpm/rpmfileutil.h>
#ifdef __cplusplus
extern "C" {