From 9b009c900987517359485799be8be4167494b376 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 23 Sep 2007 21:35:03 +0000 Subject: r25301: Merge my includes.h cleanups. (This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a) --- source4/cluster/cluster.c | 1 + source4/cluster/ctdb/ctdb_cluster.c | 1 + source4/cluster/local.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source4/cluster') diff --git a/source4/cluster/cluster.c b/source4/cluster/cluster.c index 606ca9b8b1..673ce2be4e 100644 --- a/source4/cluster/cluster.c +++ b/source4/cluster/cluster.c @@ -22,6 +22,7 @@ #include "includes.h" #include "cluster/cluster.h" #include "cluster/cluster_private.h" +#include "librpc/gen_ndr/misc.h" static struct cluster_ops *ops; diff --git a/source4/cluster/ctdb/ctdb_cluster.c b/source4/cluster/ctdb/ctdb_cluster.c index ad35a5effe..8cb1c0c459 100644 --- a/source4/cluster/ctdb/ctdb_cluster.c +++ b/source4/cluster/ctdb/ctdb_cluster.c @@ -29,6 +29,7 @@ #include "db_wrap.h" #include "lib/util/dlinklist.h" #include "param/param.h" +#include "librpc/gen_ndr/misc.h" /* a linked list of messaging handlers, allowing incoming messages to be directed to the right messaging context */ diff --git a/source4/cluster/local.c b/source4/cluster/local.c index feefe902e1..be6d857d7b 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -26,6 +26,7 @@ #include "db_wrap.h" #include "system/filesys.h" #include "param/param.h" +#include "librpc/gen_ndr/misc.h" /* server a server_id for the local node -- cgit