summaryrefslogtreecommitdiff
path: root/source3/lib/talloc_dict.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-18 19:05:59 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:25:58 +0200
commit8b4f5319efdb43cc5858424528ee5d4a9dcea730 (patch)
tree4ed65a4d9f84828607ae54388fa27561c26ab713 /source3/lib/talloc_dict.c
parent7a05ca2c9cd387a92e1ad699ae72caea55895c13 (diff)
downloadsamba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.tar.gz
samba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.tar.bz2
samba-8b4f5319efdb43cc5858424528ee5d4a9dcea730.zip
s3-build: use talloc_dict.h only where needed.
Guenther
Diffstat (limited to 'source3/lib/talloc_dict.c')
-rw-r--r--source3/lib/talloc_dict.c1
1 files changed, 1 insertions, 0 deletions
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;