summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_synclists.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-02 22:48:16 +0200
committerGünther Deschner <gd@samba.org>2010-08-06 15:43:36 +0200
commit728fba1233afc632fbe2b6d5262ac32db751233f (patch)
tree43d29da1045efcd381adbc08a7e6b5b42f501e31 /source3/nmbd/nmbd_synclists.c
parentbf9a1dd4605cbf9c29e2b5bab9042b389980f1da (diff)
downloadsamba-728fba1233afc632fbe2b6d5262ac32db751233f.tar.gz
samba-728fba1233afc632fbe2b6d5262ac32db751233f.tar.bz2
samba-728fba1233afc632fbe2b6d5262ac32db751233f.zip
s3-nmbd: include svcctl.h where needed.
Guenther
Diffstat (limited to 'source3/nmbd/nmbd_synclists.c')
-rw-r--r--source3/nmbd/nmbd_synclists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c
index 5da0da81e5..d184445022 100644
--- a/source3/nmbd/nmbd_synclists.c
+++ b/source3/nmbd/nmbd_synclists.c
@@ -27,6 +27,7 @@
also allows us to have more than 1 sync going at once (tridge) */
#include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
struct sync_record {
struct sync_record *next, *prev;