summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-11 13:35:23 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-11 13:40:56 +0100
commitcbc7db99d07bfcf7c1e282eaf05567809ce72d96 (patch)
tree89bb5accc0ae59cfdc77ceb203c534b208c9ac5b /source3/winbindd
parenta175473e342864ce8b43cb5ac64278ca191a200f (diff)
downloadsamba-cbc7db99d07bfcf7c1e282eaf05567809ce72d96.tar.gz
samba-cbc7db99d07bfcf7c1e282eaf05567809ce72d96.tar.bz2
samba-cbc7db99d07bfcf7c1e282eaf05567809ce72d96.zip
s3:winbindd: use ndr_dssetup_c.h instead of cli_dssetup.h
metze
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd_cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index aa10ae3b72..1986bee660 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -66,7 +66,7 @@
#include "../librpc/gen_ndr/cli_samr.h"
#include "../librpc/gen_ndr/cli_lsa.h"
#include "rpc_client/cli_lsarpc.h"
-#include "../librpc/gen_ndr/cli_dssetup.h"
+#include "../librpc/gen_ndr/ndr_dssetup_c.h"
#include "libads/sitename_cache.h"
#include "librpc/gen_ndr/messaging.h"
#include "libsmb/clidgram.h"