diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-19 12:16:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:49 -0500 |
commit | c30b82c3ea088c2b76709e9413e3479c1e458314 (patch) | |
tree | 9ee5c74cdafd6e747c21a6347a0af15db2096b2e /source4 | |
parent | 22bedb42ab964f3e3a771746c3218397b4bb318d (diff) | |
download | samba-c30b82c3ea088c2b76709e9413e3479c1e458314.tar.gz samba-c30b82c3ea088c2b76709e9413e3479c1e458314.tar.bz2 samba-c30b82c3ea088c2b76709e9413e3479c1e458314.zip |
r20899: fix the build and compiler warnings
metze
(This used to be commit eec93720aced2b4cdad9f6f5a4f6e23587128357)
Diffstat (limited to 'source4')
-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" |