diff options
author | Günther Deschner <gd@samba.org> | 2011-02-25 23:20:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0e771263eed0b9bc364ce523765ea17dd1192841 (patch) | |
tree | 95c96ef7fd2d0c8e1d416c5eec817d3db055f5d0 /source3/nmbd | |
parent | 64422d973583a510e6ea2e655bf398ea85f445b5 (diff) | |
download | samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.gz samba-0e771263eed0b9bc364ce523765ea17dd1192841.tar.bz2 samba-0e771263eed0b9bc364ce523765ea17dd1192841.zip |
s3-includes: only include system/filesys.h when needed.
Guenther
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd.c | 1 | ||||
-rw-r--r-- | source3/nmbd/nmbd_namelistdb.c | 1 | ||||
-rw-r--r-- | source3/nmbd/nmbd_serverlistdb.c | 1 | ||||
-rw-r--r-- | source3/nmbd/nmbd_synclists.c | 1 | ||||
-rw-r--r-- | source3/nmbd/nmbd_winsserver.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 9796815b27..ac199c5051 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "popt_common.h" #include "librpc/gen_ndr/messaging.h" #include "nmbd/nmbd.h" diff --git a/source3/nmbd/nmbd_namelistdb.c b/source3/nmbd/nmbd_namelistdb.c index 9c5d0efde2..c6315f665d 100644 --- a/source3/nmbd/nmbd_namelistdb.c +++ b/source3/nmbd/nmbd_namelistdb.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "nmbd/nmbd.h" uint16 samba_nb_type = 0; /* samba's NetBIOS name type */ diff --git a/source3/nmbd/nmbd_serverlistdb.c b/source3/nmbd/nmbd_serverlistdb.c index acb5310a64..01627c3331 100644 --- a/source3/nmbd/nmbd_serverlistdb.c +++ b/source3/nmbd/nmbd_serverlistdb.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "../librpc/gen_ndr/svcctl.h" #include "nmbd/nmbd.h" 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" diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c index 2f48bc737f..976b99023e 100644 --- a/source3/nmbd/nmbd_winsserver.c +++ b/source3/nmbd/nmbd_winsserver.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "nmbd/nmbd.h" #define WINS_LIST "wins.dat" |