diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:32:05 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:32:05 +0100 |
commit | e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16 (patch) | |
tree | a0760576e9a3d666b93d38c4235116c7dd3d245b /rpmio/rpmlua.c | |
parent | 942da0293731a75e3f8c40467f079b863d36ea30 (diff) | |
download | librpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.gz librpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.tar.bz2 librpm-tizen-e36a2ac8da29f324bb93e2e99898ef0f0b9e1e16.zip |
Include "rpmmacro.h" instead of <rpmmacro.h>.
Diffstat (limited to 'rpmio/rpmlua.c')
-rw-r--r-- | rpmio/rpmlua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmlua.c b/rpmio/rpmlua.c index 27d6c48f0..829e82c33 100644 --- a/rpmio/rpmlua.c +++ b/rpmio/rpmlua.c @@ -2,7 +2,7 @@ #ifdef WITH_LUA #include <rpmio.h> -#include <rpmmacro.h> +#include "rpmmacro.h" #include <rpmerr.h> #include "rpmurl.h" #include <rpmhook.h> |