File suck-4.3.0-inn3_headers_location.patch of Package suck
Index: chkhistory_db.c
===================================================================
--- chkhistory_db.c.orig 2010-04-22 13:46:43.000000000 +0200
+++ chkhistory_db.c 2010-04-22 13:59:23.331362751 +0200
@@ -82,8 +82,8 @@ static DBM *db = NULL; /* I know this is
#ifdef USE_INN23
#include <sys/types.h>
/* #include <configdata.h> obsolete */
-#include <libinn.h>
-#include <dbz.h>
+#include <inn/libinn.h>
+#include <inn/dbz.h>
#define close_history() dbzclose()
#define USE_INN2 /* we need the rest of the inn2 code, only the includes are different */
#endif