summaryrefslogtreecommitdiff
path: root/source4/ntvfs/simple
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-23 22:30:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:42 -0500
commit66a52992ff6a9f2f926249ac428d6fad72303637 (patch)
tree125e49ba1f1f28a9f0e205482d250f344e9bbed0 /source4/ntvfs/simple
parentf877a7fdf570db5c36c29eebc0e579f848e4a912 (diff)
downloadsamba-66a52992ff6a9f2f926249ac428d6fad72303637.tar.gz
samba-66a52992ff6a9f2f926249ac428d6fad72303637.tar.bz2
samba-66a52992ff6a9f2f926249ac428d6fad72303637.zip
r7850: Support mkdir() with just one parameter. Patch from
Steven Edwards <steven_ed4153@yahoo.com>. I've moved the Win32-specific tests to win32.m4 so it does not make any of the POSIX configure stuff more complicated. (This used to be commit bf85fdd01552f75b745fdf3159a7a87cd6521ed2)
Diffstat (limited to 'source4/ntvfs/simple')
-rw-r--r--source4/ntvfs/simple/vfs_simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/simple/vfs_simple.c b/source4/ntvfs/simple/vfs_simple.c
index cebf7a5c32..86ffab66ba 100644
--- a/source4/ntvfs/simple/vfs_simple.c
+++ b/source4/ntvfs/simple/vfs_simple.c
@@ -27,6 +27,7 @@
*/
#include "includes.h"
+#include "system/dir.h"
#include "system/filesys.h"
#include "svfs.h"
#include "system/time.h"