From 1b496df812b19a2fab27f1e45d259748053c04ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 18 Jan 2011 22:53:59 +0100 Subject: [PATCH] s3-net: use correct spoolss header in net rpc. Guenther (cherry picked from commit 430664d7696c8265adf6ed144fdefd1e424844a1) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 18e6b631272..388ceb8a894 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -30,7 +30,7 @@ #include "rpc_client/cli_lsarpc.h" #include "../librpc/gen_ndr/ndr_netlogon_c.h" #include "../librpc/gen_ndr/ndr_srvsvc_c.h" -#include "../librpc/gen_ndr/cli_spoolss.h" +#include "../librpc/gen_ndr/ndr_spoolss.h" #include "../librpc/gen_ndr/ndr_initshutdown_c.h" #include "../librpc/gen_ndr/ndr_winreg_c.h" #include "secrets.h" -- 2.11.4.GIT