From b1e3b9d7c118b5ba5260525e87796a98a5037144 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 13:42:42 +0100 Subject: s3: only include ntioctl.h where needed. Guenther --- source3/smbd/nttrans.c | 1 + source3/smbd/vfs.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/smbd') diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index e981165fe1..a7da776451 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -27,6 +27,7 @@ #include "../librpc/gen_ndr/ndr_security.h" #include "passdb/lookup_sid.h" #include "auth.h" +#include "ntioctl.h" extern const struct generic_mapping file_generic_mapping; 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 -- cgit