Include "rpmte.h" instead of <rpmte.h>.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:47:42 +0000 (06:47 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:47:42 +0000 (06:47 +0100)
lib/rpmgi.c
lib/tgi.c

index f933d43..e18f785 100644 (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 */
index 6bf3100..2527e89 100644 (file)
--- a/lib/tgi.c
+++ b/lib/tgi.c
@@ -3,7 +3,7 @@
 #include "rpmgi.h"
 #include "rpmcli.h"
 
-#include <rpmte.h>
+#include "rpmte.h"
 
 #include "rpmmacro.h"
 #include "rpmmessages.h"