From c30b82c3ea088c2b76709e9413e3479c1e458314 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 19 Jan 2007 12:16:03 +0000 Subject: r20899: fix the build and compiler warnings metze (This used to be commit eec93720aced2b4cdad9f6f5a4f6e23587128357) --- source4/ntvfs/common/ntvfs_common.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source4/ntvfs/common/ntvfs_common.h b/source4/ntvfs/common/ntvfs_common.h index 08f34c178f..ab80bb08f0 100644 --- a/source4/ntvfs/common/ntvfs_common.h +++ b/source4/ntvfs/common/ntvfs_common.h @@ -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" -- cgit