summaryrefslogtreecommitdiff
path: root/ctdb/tools
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-05-06 20:01:30 +1000
committerMartin Schwenke <martins@samba.org>2017-06-07 16:05:27 +0200
commit8ee7cc6bdbe822e644e42f9f4eaed5e725a67ec5 (patch)
treedf5a499ddd47a0104e405f541a261482ed0b2e5e /ctdb/tools
parentbe0a8d6c5fcd4c31224d38523d8d4c03138a9793 (diff)
downloadsamba-8ee7cc6bdbe822e644e42f9f4eaed5e725a67ec5.tar.gz
ctdb-client: Move sync API to a separate header
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/tools')
-rw-r--r--ctdb/tools/ctdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c
index 55477bf477c..dfbc4f2cc6d 100644
--- a/ctdb/tools/ctdb.c
+++ b/ctdb/tools/ctdb.c
@@ -41,6 +41,7 @@
#include "protocol/protocol_api.h"
#include "common/system.h"
#include "client/client.h"
+#include "client/client_sync.h"
#define TIMEOUT() timeval_current_ofs(options.timelimit, 0)