diff options
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/config.mk | 1 | ||||
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 53c51cf805..a2a4685d8c 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -3,6 +3,7 @@ [MODULE::ntvfs_posix] SUBSYSTEM = NTVFS INIT_FUNCTION = ntvfs_posix_init +PRIVATE_PROTO_HEADER = vfs_posix_proto.h OBJ_FILES = \ vfs_posix.o \ pvfs_util.o \ diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index dd2bf74543..3028053f5e 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -204,4 +204,6 @@ void *pvfs_wait_message(struct pvfs_state *pvfs, void (*fn)(void *, enum pvfs_wait_notice), void *private); +#include "ntvfs/posix/vfs_posix_proto.h" + #endif /* _VFS_POSIX_H_ */ |