s3-includes: only include system/filesys.h when needed.
[samba.git] / source3 / nmbd / nmbd_synclists.c
index 5da0da81e5c717a9d0103980f1420237487430b9..2fd510cedd870a1c8513690c42bc5f31fe2a003d 100644 (file)
    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"
 
 struct sync_record {
        struct sync_record *next, *prev;