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/lib/sharesec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/sharesec.c') diff --git a/source3/lib/sharesec.c b/source3/lib/sharesec.c index f84c8c5f81..1b137a66db 100644 --- a/source3/lib/sharesec.c +++ b/source3/lib/sharesec.c @@ -19,6 +19,7 @@ #include "includes.h" #include "../librpc/gen_ndr/ndr_security.h" +#include "dbwrap.h" /******************************************************************* Create the share security tdb. -- cgit