From bf18403c819f241578bde334d296f3e7d7c57389 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 28 Feb 2011 10:19:44 +0100 Subject: s3-rpc_client: Move client pipe functions to own header. --- source3/auth/auth_domain.c | 1 + source3/auth/auth_netlogond.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/auth') diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 05421debbb..65b0f205da 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -21,6 +21,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" +#include "rpc_client/cli_pipe.h" #include "rpc_client/cli_netlogon.h" #include "secrets.h" diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index 9c367e6b8d..66bd71373d 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -21,6 +21,7 @@ #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "librpc/gen_ndr/ndr_schannel.h" +#include "rpc_client/cli_pipe.h" #include "rpc_client/cli_netlogon.h" #include "secrets.h" #include "tldap.h" -- cgit