diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:13 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:13 +0100 |
commit | 2e1f554c2a2fc8910e8c17a43098c3e8b6ef4669 (patch) | |
tree | 8b0464aed9f7d0096dfb9389d578ce164a993e25 | |
parent | d7c7203182670ed977ed7dd0b4644ae3d74e89b0 (diff) | |
download | librpm-tizen-2e1f554c2a2fc8910e8c17a43098c3e8b6ef4669.tar.gz librpm-tizen-2e1f554c2a2fc8910e8c17a43098c3e8b6ef4669.tar.bz2 librpm-tizen-2e1f554c2a2fc8910e8c17a43098c3e8b6ef4669.zip |
Include "rpmhook.h" instead of <rpmhook.h>.
-rw-r--r-- | rpmio/rpmhook.c | 2 | ||||
-rw-r--r-- | rpmio/rpmlua.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/rpmhook.c b/rpmio/rpmhook.c index a59794407..793554203 100644 --- a/rpmio/rpmhook.c +++ b/rpmio/rpmhook.c @@ -5,7 +5,7 @@ #include <string.h> #include <stdarg.h> -#include <rpmhook.h> +#include "rpmhook.h" #define RPMHOOK_TABLE_INITSIZE 256 #define RPMHOOK_BUCKET_INITSIZE 5 diff --git a/rpmio/rpmlua.c b/rpmio/rpmlua.c index 5300dd8b0..11bda6ed6 100644 --- a/rpmio/rpmlua.c +++ b/rpmio/rpmlua.c @@ -5,7 +5,7 @@ #include "rpmmacro.h" #include "rpmerr.h" #include "rpmurl.h" -#include <rpmhook.h> +#include "rpmhook.h" #include <lua.h> #include <lualib.h> |