From b2af281e508194d9548ea1119c19ee96a0dd1f0a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 15:31:06 +0100 Subject: s3-messages: only include messages.h where needed. Guenther --- source3/libsmb/clidgram.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clidgram.c b/source3/libsmb/clidgram.c index 78f9ea0692..128555d544 100644 --- a/source3/libsmb/clidgram.c +++ b/source3/libsmb/clidgram.c @@ -23,6 +23,7 @@ #include "librpc/gen_ndr/messaging.h" #include "libsmb/clidgram.h" #include "libsmb/nmblib.h" +#include "messages.h" /* * cli_send_mailslot, send a mailslot for client code ... -- cgit