summaryrefslogtreecommitdiff
path: root/source3/param
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/param
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/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/sysctl.h>
#endif