Include "rpmte.h" instead of <rpmte.h>.

This commit is contained in:
Ralf Corsépius 2007-10-28 06:47:42 +01:00
parent f25c04c1e4
commit a59c95205c
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -3,7 +3,7 @@
#include "rpmgi.h"
#include "rpmcli.h"
#include <rpmte.h>
#include "rpmte.h"
#include "rpmmacro.h"
#include "rpmmessages.h"