summaryrefslogtreecommitdiff
path: root/rpmio/macro.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:36:11 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-28 06:36:11 +0100
commitb1f8da9252c68b57389cf4ae990385060e8f23ac (patch)
tree8d67e4191a02192683891e10292373c59581e0e4 /rpmio/macro.c
parente36a2ac8da29f324bb93e2e99898ef0f0b9e1e16 (diff)
downloadlibrpm-tizen-b1f8da9252c68b57389cf4ae990385060e8f23ac.tar.gz
librpm-tizen-b1f8da9252c68b57389cf4ae990385060e8f23ac.tar.bz2
librpm-tizen-b1f8da9252c68b57389cf4ae990385060e8f23ac.zip
Include "rpmlua.h" instead of <rpmlua.h>.
Diffstat (limited to 'rpmio/macro.c')
-rw-r--r--rpmio/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c
index ebda04ec5..9b6a77ea6 100644
--- a/rpmio/macro.c
+++ b/rpmio/macro.c
@@ -44,7 +44,7 @@ typedef FILE * FD_t;
#include <rpmerr.h>
#ifdef WITH_LUA
-#include <rpmlua.h>
+#include "rpmlua.h"
#endif
#endif