From 9824e2e5ee336aa6c72fb121935f364f3d8fea6e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 Apr 2011 14:32:16 +0200 Subject: s3-rpc_client: add and use rpc_client/rpc_client.h. Guenther --- source3/libnet/libnet_samsync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet') diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index 6d371f4afd..1141bed730 100644 --- a/source3/libnet/libnet_samsync.c +++ b/source3/libnet/libnet_samsync.c @@ -26,6 +26,7 @@ #include "../lib/crypto/crypto.h" #include "../libcli/samsync/samsync.h" #include "../libcli/auth/libcli_auth.h" +#include "rpc_client/rpc_client.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "../librpc/gen_ndr/ndr_netlogon_c.h" #include "../libcli/security/security.h" -- cgit