From 7a05ca2c9cd387a92e1ad699ae72caea55895c13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:59:23 +0200 Subject: s3-build: use dbwrap.h only where needed. Guenther --- source3/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 225f6c927b..ad27233f9a 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -61,6 +61,7 @@ #include "../librpc/gen_ndr/svcctl.h" #include "smb_signing.h" +#include "dbwrap.h" #ifdef HAVE_SYS_SYSCTL_H #include -- cgit