summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/dosmode.c1
-rw-r--r--source3/smbd/mangle_hash.c1
-rw-r--r--source3/smbd/posix_acls.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 836ffd0de5..ad04a6515b 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -23,6 +23,7 @@
#include "librpc/gen_ndr/ndr_xattr.h"
#include "../libcli/security/security.h"
#include "smbd/smbd.h"
+#include "lib/param/loadparm.h"
static uint32_t filter_mode_by_protocol(uint32_t mode)
{
diff --git a/source3/smbd/mangle_hash.c b/source3/smbd/mangle_hash.c
index 8b1b6bf915..056879c876 100644
--- a/source3/smbd/mangle_hash.c
+++ b/source3/smbd/mangle_hash.c
@@ -26,6 +26,7 @@
#include "smbd/globals.h"
#include "mangle.h"
#include "util_tdb.h"
+#include "lib/param/loadparm.h"
/* -------------------------------------------------------------------------- **
* Other stuff...
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index 9753bfeb61..59f8e0cd44 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -27,6 +27,7 @@
#include "passdb/lookup_sid.h"
#include "auth.h"
#include "../librpc/gen_ndr/idmap.h"
+#include "lib/param/loadparm.h"
extern const struct generic_mapping file_generic_mapping;