Include "rpmhook.h" instead of <rpmhook.h>.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:43:13 +0000 (06:43 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Sun, 28 Oct 2007 05:43:13 +0000 (06:43 +0100)
rpmio/rpmhook.c
rpmio/rpmlua.c

index a597944..7935542 100644 (file)
@@ -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
index 5300dd8..11bda6e 100644 (file)
@@ -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>