diff options
author | Martin Schwenke <martin@meltin.net> | 2016-11-29 12:54:00 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2016-11-29 07:25:19 +0100 |
commit | dcde6f16194ea3fbff73d65773bde3ef7dea929f (patch) | |
tree | 58ee2953154ab3b9d3c849c03768ac783b885b90 /ctdb | |
parent | de22783f73393f1f6d0f203dad45fb81deb3f117 (diff) | |
download | samba-dcde6f16194ea3fbff73d65773bde3ef7dea929f.tar.gz |
ctdb-lock-helper: Drop include of ctdb_private.h
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_lock_helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_lock_helper.c b/ctdb/server/ctdb_lock_helper.c index 8aa0870c21a..9ac7c0cea13 100644 --- a/ctdb/server/ctdb_lock_helper.c +++ b/ctdb/server/ctdb_lock_helper.c @@ -22,8 +22,9 @@ #include "system/network.h" #include <talloc.h> +#include <tdb.h> -#include "ctdb_private.h" +#include "protocol/protocol.h" #include "common/system.h" |