From 0f8e032628865861b356755b4fbafb6fbfeddbeb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 5 Aug 2010 15:14:04 +0200 Subject: s3-netlogon: remove global include of netlogon.h. This reduces precompiled headers by another 4 MB and also slightly speeds up the build. 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 9c665c81a0..23ca1496bf 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -58,6 +58,7 @@ #include "includes.h" +#include "../librpc/gen_ndr/ndr_netlogon.h" static int vfs_full_audit_debug_level = DBGC_VFS; -- cgit