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/modules/vfs_full_audit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_full_audit.c') diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 024a179878..9f450e87df 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -63,6 +63,7 @@ #include "smbd/smbd.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "auth.h" +#include "ntioctl.h" static int vfs_full_audit_debug_level = DBGC_VFS; -- cgit