svn commit: samba r20653 - in branches/SAMBA_4_0/source/ntvfs/common: .

vlendec at samba.org vlendec at samba.org
Wed Jan 10 13:25:40 GMT 2007


Author: vlendec
Date: 2007-01-10 13:25:39 +0000 (Wed, 10 Jan 2007)
New Revision: 20653

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20653

Log:
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

Modified:
   branches/SAMBA_4_0/source/ntvfs/common/brlock.c
   branches/SAMBA_4_0/source/ntvfs/common/notify.c
   branches/SAMBA_4_0/source/ntvfs/common/opendb.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/common/brlock.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/brlock.c	2007-01-10 13:22:09 UTC (rev 20652)
+++ branches/SAMBA_4_0/source/ntvfs/common/brlock.c	2007-01-10 13:25:39 UTC (rev 20653)
@@ -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

Modified: branches/SAMBA_4_0/source/ntvfs/common/notify.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/notify.c	2007-01-10 13:22:09 UTC (rev 20652)
+++ branches/SAMBA_4_0/source/ntvfs/common/notify.c	2007-01-10 13:25:39 UTC (rev 20653)
@@ -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;

Modified: branches/SAMBA_4_0/source/ntvfs/common/opendb.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/opendb.c	2007-01-10 13:22:09 UTC (rev 20652)
+++ branches/SAMBA_4_0/source/ntvfs/common/opendb.c	2007-01-10 13:25:39 UTC (rev 20653)
@@ -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;



More information about the samba-cvs mailing list