rename ctdb.h to ctdb_protocol.h
[sahlberg/ctdb.git] / server / ctdb_persistent.c
index d38aa8d9e775539522ba610cfc8c4eadd1ca5863..9e71932f8effb5178ce59aba80842aa0a126b49f 100644 (file)
@@ -24,7 +24,8 @@
 #include "system/wait.h"
 #include "db_wrap.h"
 #include "lib/tdb/include/tdb.h"
-#include "../include/ctdb_private.h"
+#include "include/ctdb_protocol.h"
+#include "include/ctdb_private.h"
 
 struct ctdb_persistent_state {
        struct ctdb_context *ctdb;