summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_seqnum.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-11 13:38:16 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-11 15:40:21 +0100
commit4f305f438b69b24f803d1b4f27b90d2c81794471 (patch)
tree4e0ceb64c977dd40a8ab9b29404bf603eadded17 /source3/winbindd/wb_seqnum.c
parentcbc7db99d07bfcf7c1e282eaf05567809ce72d96 (diff)
downloadsamba-4f305f438b69b24f803d1b4f27b90d2c81794471.tar.gz
samba-4f305f438b69b24f803d1b4f27b90d2c81794471.tar.bz2
samba-4f305f438b69b24f803d1b4f27b90d2c81794471.zip
s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.h
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 11 15:40:22 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/wb_seqnum.c')
-rw-r--r--source3/winbindd/wb_seqnum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_seqnum.c b/source3/winbindd/wb_seqnum.c
index 15b1622831..0a314e7abe 100644
--- a/source3/winbindd/wb_seqnum.c
+++ b/source3/winbindd/wb_seqnum.c
@@ -19,7 +19,7 @@
#include "includes.h"
#include "winbindd.h"
-#include "librpc/gen_ndr/cli_wbint.h"
+#include "librpc/gen_ndr/ndr_wbint_c.h"
struct wb_seqnum_state {
uint32_t seqnum;