summaryrefslogtreecommitdiff
path: root/source3/smbd/smbd.h
diff options
context:
space:
mode:
authorDavid Mulder <dmulder@suse.com>2022-03-21 09:56:04 -0600
committerJeremy Allison <jra@samba.org>2022-04-07 17:37:30 +0000
commit34feb418813f8b9c584c5c2b5adf3ea9acf5b802 (patch)
tree97965fb1a3f11d414d23f0d8e8e803a21e953369 /source3/smbd/smbd.h
parent7e1ff0ff35bb2645c37e7ee17634c024aaed99af (diff)
downloadsamba-34feb418813f8b9c584c5c2b5adf3ea9acf5b802.tar.gz
smbd: Move smb1_utils.h include to smbd.h
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/smbd.h')
-rw-r--r--source3/smbd/smbd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/smbd.h b/source3/smbd/smbd.h
index cbf7a7d2618..4a9cb183c74 100644
--- a/source3/smbd/smbd.h
+++ b/source3/smbd/smbd.h
@@ -40,6 +40,7 @@ struct dptr_struct;
#include "smbd/smb1_service.h"
#include "smbd/smb1_signing.h"
#include "smbd/smb1_process.h"
+#include "smbd/smb1_utils.h"
#endif
struct trans_state {