From 8b4f5319efdb43cc5858424528ee5d4a9dcea730 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 19:05:59 +0200 Subject: s3-build: use talloc_dict.h only where needed. Guenther --- source3/lib/talloc_dict.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib') diff --git a/source3/lib/talloc_dict.c b/source3/lib/talloc_dict.c index 94c2e5201e..cbe5c7b5c2 100644 --- a/source3/lib/talloc_dict.c +++ b/source3/lib/talloc_dict.c @@ -19,6 +19,7 @@ #include "includes.h" #include "dbwrap.h" +#include "talloc_dict.h" struct talloc_dict { struct db_context *db; -- cgit