summaryrefslogtreecommitdiff
path: root/source3/smbd/signing.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-17 15:03:58 +0200
committerGünther Deschner <gd@samba.org>2010-08-18 09:20:13 +0200
commit59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c (patch)
treea8dd6c4390973c9fb9b92c2de4309deff4ca67ec /source3/smbd/signing.c
parent5a2f6c970027aacf8505d0971b44907900959f6d (diff)
downloadsamba-59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c.tar.gz
samba-59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c.tar.bz2
samba-59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c.zip
s3-build: only include smb_signing.h where needed.
Guenther
Diffstat (limited to 'source3/smbd/signing.c')
-rw-r--r--source3/smbd/signing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/signing.c b/source3/smbd/signing.c
index 5370f57884..ad7fa872ad 100644
--- a/source3/smbd/signing.c
+++ b/source3/smbd/signing.c
@@ -21,7 +21,7 @@
#include "includes.h"
#include "smbd/globals.h"
-
+#include "smb_signing.h"
/***********************************************************
Called to validate an incoming packet from the client.