From 0e771263eed0b9bc364ce523765ea17dd1192841 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Feb 2011 23:20:06 +0100 Subject: s3-includes: only include system/filesys.h when needed. 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 136a5c416c..2fd510cedd 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 "system/filesys.h" #include "../librpc/gen_ndr/svcctl.h" #include "nmbd/nmbd.h" #include "libsmb/clirap.h" -- cgit