diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-08 12:42:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:05:38 -0500 |
commit | ffeee68e4b72dd94fee57366bd8d38b8c284c3d4 (patch) | |
tree | a34ba763c0c9d4dc10a58484ed8277f2a6cbfa2f /source4/cluster | |
parent | 1dfe79de91858d7568a1131d010a383e459dd8f9 (diff) | |
download | samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.gz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.xz samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.zip |
r25026: Move param/param.h out of includes.h
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
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 d416a633742..693de9fef38 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 f894af839e0..738d8a1f0f7 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 dc4759ebae0..feefe902e10 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 |