From c2177909187ad104d5d2e13bad0f45fb97d121e2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 15:22:09 +0200 Subject: s3-nmbd: move nmbd proto out of main proto.h Guenther --- source3/nmbd/nmbd_synclists.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nmbd/nmbd_synclists.c') diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index d184445022..5c139b31af 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -28,6 +28,7 @@ #include "includes.h" #include "../librpc/gen_ndr/svcctl.h" +#include "nmbd/nmbd.h" struct sync_record { struct sync_record *next, *prev; -- cgit