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

metze at samba.org metze at samba.org
Fri Jan 19 12:16:03 GMT 2007


Author: metze
Date: 2007-01-19 12:16:03 +0000 (Fri, 19 Jan 2007)
New Revision: 20899

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

Log:
fix the build and compiler warnings

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/common/ntvfs_common.h


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/common/ntvfs_common.h
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/ntvfs_common.h	2007-01-19 12:12:53 UTC (rev 20898)
+++ branches/SAMBA_4_0/source/ntvfs/common/ntvfs_common.h	2007-01-19 12:16:03 UTC (rev 20899)
@@ -21,6 +21,11 @@
 #ifndef _NTVFS_COMMON_H_
 #define _NTVFS_COMMON_H_
 
+#include "ntvfs/ntvfs.h"
+
+struct notify_event;
+struct notify_entry;
+
 #include "ntvfs/common/brlock.h"
 #include "ntvfs/common/proto.h"
 



More information about the samba-cvs mailing list