diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 18:26:17 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:20:29 +0200 |
commit | 7b6fc9f414380482bd1c9476f8404bf52aa797f1 (patch) | |
tree | 49251db1f649d68dafd7c9f76b9df7c9b469a09b /source3/rpc_client | |
parent | d9a76054318eb2fbe2bb539d6091379814f16b0e (diff) | |
download | samba-7b6fc9f414380482bd1c9476f8404bf52aa797f1.tar.gz samba-7b6fc9f414380482bd1c9476f8404bf52aa797f1.tar.bz2 samba-7b6fc9f414380482bd1c9476f8404bf52aa797f1.zip |
s3-dcerpc: only include rpc_dce.h where needed.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 16bd649b46..9660df35c1 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -31,6 +31,7 @@ #include "librpc/rpc/dcerpc.h" #include "librpc/rpc/dcerpc_gssapi.h" #include "librpc/rpc/dcerpc_spnego.h" +#include "rpc_dce.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_CLI |