recoverd: Change include of dlinklist.h to contain directory
authorMartin Schwenke <martin@meltin.net>
Fri, 15 Aug 2014 06:18:05 +0000 (16:18 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 27 Mar 2015 02:56:57 +0000 (13:56 +1100)
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>
(Imported from commit 0c0f323bb3e9146dc584a461b225586670fa9c2e)

server/ctdb_recoverd.c

index a4daf090afdb3db6a40df8a8ca8fd7d990c360b2..793ef1f80ff11c7f0c356bdcf3a5a734de16cc6c 100644 (file)
@@ -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 */