From ffeee68e4b72dd94fee57366bd8d38b8c284c3d4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 8 Sep 2007 12:42:09 +0000 Subject: r25026: Move param/param.h out of includes.h (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) --- source4/cluster/ctdb/ctdb_cluster.c | 1 + source4/cluster/ctdb/opendb_ctdb.c | 1 + source4/cluster/local.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source4/cluster') 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 -- cgit