From 0c0f323bb3e9146dc584a461b225586670fa9c2e Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Fri, 15 Aug 2014 16:18:05 +1000 Subject: [PATCH] ctdb-recoverd: Change include of dlinklist.h to contain directory This makes it consistent with the rest of the code and avoids problems when some variant of lib/util isn't in the include path. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/server/ctdb_recoverd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c index 9b553b7ba36..57d278d0286 100644 --- a/ctdb/server/ctdb_recoverd.c +++ b/ctdb/server/ctdb_recoverd.c @@ -27,7 +27,7 @@ #include "../include/ctdb_client.h" #include "../include/ctdb_private.h" #include "db_wrap.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" /* List of SRVID requests that need to be processed */ -- 2.11.4.GIT