From 0e76eddcc8a4e7e98167b8f92387fae015fae095 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 May 2011 13:21:53 +0200 Subject: s3: include ntdomain.h before including generated srv_ headers. Guenther --- source3/printing/spoolssd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/printing') diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index 4e63dc53c1..a6d8a0fe0b 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -24,6 +24,7 @@ #include "messages.h" #include "include/printing.h" #include "printing/nt_printing_migrate.h" +#include "ntdomain.h" #include "librpc/gen_ndr/srv_winreg.h" #include "librpc/gen_ndr/srv_spoolss.h" #include "rpc_server/rpc_server.h" -- cgit