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/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index bc0e573011..8a2aec67d5 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -28,6 +28,7 @@ #include "memcache.h" #include "nsswitch/winbind_client.h" #include "dbwrap.h" +#include "talloc_dict.h" extern char *optarg; extern int optind; -- cgit