diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:36:11 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:36:11 +0100 |
commit | b1f8da9252c68b57389cf4ae990385060e8f23ac (patch) | |
tree | 8d67e4191a02192683891e10292373c59581e0e4 /rpmio/macro.c | |
parent | e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16 (diff) | |
download | librpm-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.c | 2 |
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 |