Include "rpmte.h" instead of <rpmte.h>.
This commit is contained in:
parent
f25c04c1e4
commit
a59c95205c
|
@ -4,7 +4,7 @@
|
|||
#include "system.h"
|
||||
|
||||
#include "rpmlib.h"
|
||||
#include <rpmte.h> /* XXX rpmElementType */
|
||||
#include "rpmte.h" /* XXX rpmElementType */
|
||||
|
||||
#define _RPMGI_INTERNAL
|
||||
#define _RPMTS_INTERNAL /* XXX ts->probs et al */
|
||||
|
|
Loading…
Reference in New Issue