diff options
author | Günther Deschner <gd@samba.org> | 2011-03-25 13:42:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:10 +0200 |
commit | b1e3b9d7c118b5ba5260525e87796a98a5037144 (patch) | |
tree | e2f18b391eb9fdf96c9c0ccca18081847855d99b /source3/smbd/vfs.c | |
parent | c2d6260f1042313ecb7540dd6ced1470db3001e9 (diff) | |
download | samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.tar.gz samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.tar.xz samba-b1e3b9d7c118b5ba5260525e87796a98a5037144.zip |
s3: only include ntioctl.h where needed.
Guenther
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r-- | source3/smbd/vfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c index bbe6e7ef1e..d8c57a6a86 100644 --- a/source3/smbd/vfs.c +++ b/source3/smbd/vfs.c @@ -29,6 +29,7 @@ #include "smbd/globals.h" #include "memcache.h" #include "transfer_file.h" +#include "ntioctl.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_VFS |