diff options
author | Michael Adam <obnox@samba.org> | 2011-08-16 16:20:14 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-11 14:17:55 +0200 |
commit | 7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 (patch) | |
tree | 7e8c044a7fdcaba69d11ed1c58ed15eed13c8ae5 /source3/lib/talloc_dict.c | |
parent | c768121661cf5e845ceca3b04181937c36106484 (diff) | |
download | samba-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/talloc_dict.c b/source3/lib/talloc_dict.c index 3c5108d388..b7d4fe0dab 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" |