diff options
Diffstat (limited to 'source4/ntvfs/simple/vfs_simple.c')
-rw-r--r-- | source4/ntvfs/simple/vfs_simple.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c index 52e772af74..11763c93b5 100644 --- a/source4/ntvfs/simple/vfs_simple.c +++ b/source4/ntvfs/simple/vfs_simple.c @@ -29,6 +29,10 @@ #include "includes.h" #include "svfs.h" +#ifndef O_DIRECTORY +#define O_DIRECTORY 0 +#endif + /* connect to a share - used when a tree_connect operation comes in. For a disk based backend we needs to ensure that the base |