diff options
Diffstat (limited to 'source4/cluster')
-rw-r--r-- | source4/cluster/ctdb/ctdb_cluster.c | 1 | ||||
-rw-r--r-- | source4/cluster/ctdb/opendb_ctdb.c | 1 | ||||
-rw-r--r-- | source4/cluster/local.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/cluster/ctdb/ctdb_cluster.c b/source4/cluster/ctdb/ctdb_cluster.c index d416a63374..693de9fef3 100644 --- a/source4/cluster/ctdb/ctdb_cluster.c +++ b/source4/cluster/ctdb/ctdb_cluster.c @@ -28,6 +28,7 @@ #include "include/ctdb.h" #include "db_wrap.h" #include "lib/util/dlinklist.h" +#include "param/param.h" /* a linked list of messaging handlers, allowing incoming messages to be directed to the right messaging context */ diff --git a/source4/cluster/ctdb/opendb_ctdb.c b/source4/cluster/ctdb/opendb_ctdb.c index f894af839e..738d8a1f0f 100644 --- a/source4/cluster/ctdb/opendb_ctdb.c +++ b/source4/cluster/ctdb/opendb_ctdb.c @@ -49,6 +49,7 @@ #include "ntvfs/common/ntvfs_common.h" #include "cluster/cluster.h" #include "include/ctdb.h" +#include "param/param.h" struct odb_context { struct ctdb_context *ctdb; diff --git a/source4/cluster/local.c b/source4/cluster/local.c index dc4759ebae..feefe902e1 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -25,6 +25,7 @@ #include "lib/tdb/include/tdb.h" #include "db_wrap.h" #include "system/filesys.h" +#include "param/param.h" /* server a server_id for the local node |