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/printing/nt_printing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing/nt_printing.c') diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 9ead42df5b..ae44d5760f 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -31,6 +31,7 @@ #include "rpc_server/srv_spoolss_util.h" #include "nt_printing.h" #include "secrets.h" +#include "../librpc/gen_ndr/netlogon.h" /* Map generic permissions to printer object specific permissions */ -- cgit