diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/ctdb_conn.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/lib/ctdb_conn.h b/source3/lib/ctdb_conn.h index 92295365e3..0d648c78b8 100644 --- a/source3/lib/ctdb_conn.h +++ b/source3/lib/ctdb_conn.h @@ -23,7 +23,12 @@ #ifdef CLUSTER_SUPPORT #include <tdb.h> + +#ifdef HAVE_CTDB_PROTOCOL_H #include <ctdb_protocol.h> +#else +#include <ctdb_private.h> +#endif #else /* CLUSTER_SUPPORT */ |