diff options
-rw-r--r-- | source4/ntvfs/common/ntvfs_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
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" |