summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/async_smb.c1
-rw-r--r--source3/libsmb/clifsinfo.c1
-rw-r--r--source3/libsmb/smb_seal.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/async_smb.c b/source3/libsmb/async_smb.c
index 24df6a600a..9708e3ccd3 100644
--- a/source3/libsmb/async_smb.c
+++ b/source3/libsmb/async_smb.c
@@ -20,6 +20,7 @@
#include "includes.h"
#include "../lib/async_req/async_sock.h"
#include "async_smb.h"
+#include "smb_crypt.h"
/*
* Read an smb packet asynchronously, discard keepalives
diff --git a/source3/libsmb/clifsinfo.c b/source3/libsmb/clifsinfo.c
index a5f58bba8a..7845a9de07 100644
--- a/source3/libsmb/clifsinfo.c
+++ b/source3/libsmb/clifsinfo.c
@@ -22,6 +22,7 @@
#include "../libcli/auth/spnego.h"
#include "../libcli/auth/ntlmssp.h"
#include "async_smb.h"
+#include "smb_crypt.h"
/****************************************************************************
Get UNIX extensions version info.
diff --git a/source3/libsmb/smb_seal.c b/source3/libsmb/smb_seal.c
index 4610850638..0eed15d4a3 100644
--- a/source3/libsmb/smb_seal.c
+++ b/source3/libsmb/smb_seal.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "../libcli/auth/ntlmssp.h"
+#include "smb_crypt.h"
/******************************************************************************
Pull out the encryption context for this packet. 0 means global context.