summaryrefslogtreecommitdiff
path: root/ctdb/utils
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/utils
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/utils')
-rw-r--r--ctdb/utils/pmda/pmda_ctdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/utils/pmda/pmda_ctdb.c b/ctdb/utils/pmda/pmda_ctdb.c
index a77f26cc58e..41eaf93fb18 100644
--- a/ctdb/utils/pmda/pmda_ctdb.c
+++ b/ctdb/utils/pmda/pmda_ctdb.c
@@ -30,6 +30,7 @@
#include "lib/util/blocking.h"
#include "client/client.h"
+#include "client/client_sync.h"
#include <pcp/pmapi.h>
#include <pcp/impl.h>