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_elections.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/nmbd/nmbd_elections.c') diff --git a/source3/nmbd/nmbd_elections.c b/source3/nmbd/nmbd_elections.c index 1ed64f4059..4c9c9d9151 100644 --- a/source3/nmbd/nmbd_elections.c +++ b/source3/nmbd/nmbd_elections.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "nmbd/nmbd.h" /* Election parameters. */ extern time_t StartupTime; -- cgit