Include rpmfileutil.h from rpmmacro.h so that
authorJindrich Novy <jnovy@redhat.com>
Mon, 1 Dec 2008 11:16:56 +0000 (12:16 +0100)
committerJindrich Novy <jnovy@redhat.com>
Mon, 1 Dec 2008 11:16:56 +0000 (12:16 +0100)
prototype for rpmGenPath() is included (rhbz#473420)
- unbreaks net-snmp

rpmio/rpmmacro.h

index 7391efd..765c78c 100644 (file)
@@ -9,6 +9,7 @@
 #include <stddef.h>
 
 #include <rpm/rpmutil.h>
+#include <rpm/rpmfileutil.h>
 
 #ifdef __cplusplus
 extern "C" {