diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 22:33:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b (patch) | |
tree | f524231d9acb0117e288f0f0400a6bdc87931892 /source3/rpc_client | |
parent | 9115615663edf82afde5a3c934b53d53a0e508f0 (diff) | |
download | samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.gz samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.bz2 samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.zip |
s3-includes: only include ntdomain.h where needed.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/cli_spoolss.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 99405d3635..cf9e0e3666 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -33,6 +33,7 @@ #include "librpc/crypto/spnego.h" #include "rpc_dce.h" #include "cli_pipe.h" +#include "ntdomain.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_CLI diff --git a/source3/rpc_client/cli_spoolss.c b/source3/rpc_client/cli_spoolss.c index fc154a3e19..f4cea97064 100644 --- a/source3/rpc_client/cli_spoolss.c +++ b/source3/rpc_client/cli_spoolss.c @@ -25,6 +25,7 @@ #include "includes.h" #include "../librpc/gen_ndr/ndr_spoolss_c.h" #include "rpc_client/cli_spoolss.h" +#include "ntdomain.h" /********************************************************************** convencience wrapper around rpccli_spoolss_OpenPrinterEx |