diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-10 13:25:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:27 -0500 |
commit | 98ac70b6a3f7eb48beb86f543f629f77d2aa4549 (patch) | |
tree | e8f5050bb0a7500463812f9853dfcf2dd7843aa2 /source4/ntvfs/common | |
parent | 726f93c1f60f8e6cfd987fd5451da924a84090bf (diff) | |
download | samba-98ac70b6a3f7eb48beb86f543f629f77d2aa4549.tar.gz samba-98ac70b6a3f7eb48beb86f543f629f77d2aa4549.tar.xz samba-98ac70b6a3f7eb48beb86f543f629f77d2aa4549.zip |
r20653: If this is the wrong way to fix the build, I apologize. But these includes are
necessary in my environment to get through make.
Volker
(This used to be commit 47e80da39f27a7e7aa6f85d6333f2d1772292ec9)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/brlock.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/notify.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/common/opendb.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index d7fb97415f5..c42c2f3a118 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 13fd44abf03..8ba918d8af7 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 e1766d670e9..df6bb7249b7 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; |