From 3d679a3b5fc208d8521217f6a4b4d9037b609b9b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Nov 2009 18:21:28 +0100 Subject: s3-rpc: Avoid including every pipe's client and server stubs everywhere in samba. Guenther --- source3/libnet/libnet_samsync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libnet/libnet_samsync.c') diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index df7e875ab6..26ecdc52ea 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 "../librpc/gen_ndr/cli_netlogon.h" /** * Fix up the delta, dealing with encryption issues so that the final -- cgit