ctdb-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@samba.org>
Tue, 9 Sep 2014 23:36:15 +0000 (01:36 +0200)
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>
ctdb/server/ctdb_recoverd.c

index 9b553b7ba36ad3e8271af84bd15d8f63a25f85ec..57d278d0286b703a1d3f5e1466dd82c2382837b4 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 */