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/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/param/loadparm.c') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index fa74470765..f02ef261df 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -60,6 +60,8 @@ #include "ads.h" #include "../librpc/gen_ndr/svcctl.h" +#include "smb_signing.h" + #ifdef HAVE_SYS_SYSCTL_H #include #endif -- cgit