From 2ecd50116c22536f9a77131bc14a64915a2fc12e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Nov 2011 20:07:42 +0100 Subject: librpc: remove nbt dependency to samr. Guenther --- source3/libsmb/clidgram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 90f06fd535..04964bd3f0 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -25,6 +25,7 @@ #include "libsmb/clidgram.h" #include "libsmb/nmblib.h" #include "messages.h" +#include "librpc/gen_ndr/samr.h" /* * cli_send_mailslot, send a mailslot for client code ... -- cgit