From 59289d4fa9e5f6f2ff6abd13e8f07ca6ee3e2a3c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Aug 2010 15:03:58 +0200 Subject: s3-build: only include smb_signing.h where needed. Guenther --- source3/smbd/signing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/signing.c') 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. -- cgit