summaryrefslogtreecommitdiffstats
path: root/source3/lib/talloc_dict.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-08-16 16:20:14 +0200
committerMichael Adam <obnox@samba.org>2011-10-11 14:17:55 +0200
commit7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 (patch)
tree7e8c044a7fdcaba69d11ed1c58ed15eed13c8ae5 /source3/lib/talloc_dict.c
parentc768121661cf5e845ceca3b04181937c36106484 (diff)
downloadsamba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.gz
samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.xz
samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.zip
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
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 3c5108d3880..b7d4fe0dabd 100644
--- a/source3/lib/talloc_dict.c
+++ b/source3/lib/talloc_dict.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "dbwrap/dbwrap.h"
+#include "dbwrap/dbwrap_rbt.h"
#include "talloc_dict.h"
#include "util_tdb.h"