summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/smbd/process_single.c1
-rw-r--r--source4/smbd/process_standard.c1
-rw-r--r--source4/smbd/process_thread.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index 94fd7259469..3e60b6bd5be 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -26,6 +26,7 @@
#include "smb_server/smb_server.h"
/* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
#include "heimdal/lib/gssapi/gssapi_locl.h"
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c
index b2276a2e548..8b319db1c2d 100644
--- a/source4/smbd/process_standard.c
+++ b/source4/smbd/process_standard.c
@@ -28,6 +28,7 @@
#include "smb_server/smb_server.h"
/* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
#include "heimdal/lib/gssapi/gssapi_locl.h"
/*
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c
index af111362b20..328658b939a 100644
--- a/source4/smbd/process_thread.c
+++ b/source4/smbd/process_thread.c
@@ -36,6 +36,7 @@
#include "mutex.h"
/* For sepecifiying event context to GSSAPI below */
+#include "system/kerberos.h"
#include "heimdal/lib/gssapi/gssapi_locl.h"
struct new_conn_state {