summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/ntvfs/common/brlock.c1
-rw-r--r--source4/ntvfs/common/notify.c1
-rw-r--r--source4/ntvfs/common/opendb.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c
index d7fb97415f..c42c2f3a11 100644
--- a/source4/ntvfs/common/brlock.c
+++ b/source4/ntvfs/common/brlock.c
@@ -32,6 +32,7 @@
#include "db_wrap.h"
#include "lib/messaging/irpc.h"
#include "libcli/libcli.h"
+#include "cluster/cluster.h"
/*
in this module a "DATA_BLOB *file_key" is a blob that uniquely identifies
diff --git a/source4/ntvfs/common/notify.c b/source4/ntvfs/common/notify.c
index 13fd44abf0..8ba918d8af 100644
--- a/source4/ntvfs/common/notify.c
+++ b/source4/ntvfs/common/notify.c
@@ -34,6 +34,7 @@
#include "librpc/gen_ndr/ndr_notify.h"
#include "lib/util/dlinklist.h"
#include "ntvfs/sysdep/sys_notify.h"
+#include "cluster/cluster.h"
struct notify_context {
struct tdb_wrap *w;
diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c
index e1766d670e..df6bb7249b 100644
--- a/source4/ntvfs/common/opendb.c
+++ b/source4/ntvfs/common/opendb.c
@@ -46,6 +46,7 @@
#include "lib/messaging/irpc.h"
#include "librpc/gen_ndr/ndr_opendb.h"
#include "ntvfs/ntvfs.h"
+#include "cluster/cluster.h"
struct odb_context {
struct tdb_wrap *w;