diff options
author | Brad Hards <bradh@frogmouth.net> | 2011-01-02 16:20:35 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-03 11:17:51 +0100 |
commit | d8dfdea2ccc859cccfacd5f52ed9330aa3512970 (patch) | |
tree | eb7147d6dd491c2f269fa13e060910ef617eac81 /source4/lib/ldb/tools | |
parent | 10b1ed670f215d1cd4252374b4040e4cbf58723a (diff) | |
download | samba-d8dfdea2ccc859cccfacd5f52ed9330aa3512970.tar.gz samba-d8dfdea2ccc859cccfacd5f52ed9330aa3512970.tar.bz2 samba-d8dfdea2ccc859cccfacd5f52ed9330aa3512970.zip |
s4:ldb: Add prototype header.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/lib/ldb/tools')
-rw-r--r-- | source4/lib/ldb/tools/ldbutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/tools/ldbutil.c b/source4/lib/ldb/tools/ldbutil.c index c9130b12ba..26f252704c 100644 --- a/source4/lib/ldb/tools/ldbutil.c +++ b/source4/lib/ldb/tools/ldbutil.c @@ -31,6 +31,8 @@ #include "ldb.h" #include "ldb_module.h" +#include "ldbutil.h" + /* autostarts a transacion if none active */ static int ldb_do_autotransaction(struct ldb_context *ldb, |