summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/smbd/process_single.c1
-rw-r--r--source4/smbd/process_standard.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index 60e5b1f584..9604302199 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -24,6 +24,7 @@
#include "includes.h"
#include "smbd/process_model.h"
+#include "system/filesys.h"
/*
called when the process model is selected
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c
index ec774b92df..0dc9274e21 100644
--- a/source4/smbd/process_standard.c
+++ b/source4/smbd/process_standard.c
@@ -27,9 +27,10 @@
#include "lib/tdb/include/tdb.h"
#include "lib/socket/socket.h"
#include "smbd/process_model.h"
-
#include "param/secrets.h"
+#include "system/filesys.h"
+
#ifdef HAVE_SETPROCTITLE
#ifdef HAVE_SETPROCTITLE_H
#include <setproctitle.h>