From fbb7814f91f85e95769a5e23506825167b44139f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 19:40:31 +0200 Subject: s3: only use netlogon/nbt header when needed. Guenther --- source3/libsmb/clidgram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/clidgram.c') diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 1b72e33303..f1f0bcb357 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -21,6 +21,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" +#include "libsmb/clidgram.h" /* * cli_send_mailslot, send a mailslot for client code ... -- cgit