r20653: If this is the wrong way to fix the build, I apologize. But these includes are
authorVolker Lendecke <vlendec@samba.org>
Wed, 10 Jan 2007 13:25:39 +0000 (13:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:27 +0000 (14:37 -0500)
necessary in my environment to get through make.

Volker

source/ntvfs/common/brlock.c
source/ntvfs/common/notify.c
source/ntvfs/common/opendb.c

index d7fb97415f587b6e54e149378aa9eb526ca2164e..c42c2f3a118204bcac75a9aeddfe53a41dfaa020 100644 (file)
@@ -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
index 13fd44abf0372076e7e804cea29b96a6dced7aff..8ba918d8af776a243c22106e934afcfb1fb2735c 100644 (file)
@@ -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;
index e1766d670e9f90c13e24e352c73002702c741631..df6bb7249b7652b5fe8b9ff0c019d38f3a30644b 100644 (file)
@@ -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;