summaryrefslogtreecommitdiff
path: root/lib/tgi.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:32:05 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:32:05 +0100
commite36a2ac8da29f324bb93e2e99898ef0f0b9e1e16 (patch)
treea0760576e9a3d666b93d38c4235116c7dd3d245b /lib/tgi.c
parent942da0293731a75e3f8c40467f079b863d36ea30 (diff)
downloadrpm-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.gz
rpm-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.bz2
rpm-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.zip
Include "rpmmacro.h" instead of <rpmmacro.h>.
Diffstat (limited to 'lib/tgi.c')
-rw-r--r--lib/tgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tgi.c b/lib/tgi.c
index 03954c81f..1d4234b5c 100644
--- a/lib/tgi.c
+++ b/lib/tgi.c
@@ -5,7 +5,7 @@
#include <rpmte.h>
-#include <rpmmacro.h>
+#include "rpmmacro.h"
#include "rpmmessages.h"
#include <fts.h>
#include <popt.h>