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/nmbd/nmbd_lmhosts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nmbd/nmbd_lmhosts.c') diff --git a/source3/nmbd/nmbd_lmhosts.c b/source3/nmbd/nmbd_lmhosts.c index 75c03bb398..227d7a3c8d 100644 --- a/source3/nmbd/nmbd_lmhosts.c +++ b/source3/nmbd/nmbd_lmhosts.c @@ -23,6 +23,7 @@ */ #include "includes.h" +#include "../libcli/nbt/libnbt.h" /**************************************************************************** Load a lmhosts file. -- cgit