summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-08-15 16:18:05 +1000
committerAmitay Isaacs <amitay@samba.org>2014-09-10 01:36:15 +0200
commit0c0f323bb3e9146dc584a461b225586670fa9c2e (patch)
tree4de5ded1981ad383da9aeebc0e81c969abbc6436 /ctdb
parent6e1568149ede06d48b91bbc7ecd8c55da3b41a41 (diff)
downloadsamba-0c0f323bb3e9146dc584a461b225586670fa9c2e.tar.gz
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 <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_recoverd.c2
1 files changed, 1 insertions, 1 deletions
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 */