summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2011-01-02 16:20:35 +1100
committerStefan Metzmacher <metze@samba.org>2011-01-03 11:17:51 +0100
commitd8dfdea2ccc859cccfacd5f52ed9330aa3512970 (patch)
treeeb7147d6dd491c2f269fa13e060910ef617eac81 /source4/lib
parent10b1ed670f215d1cd4252374b4040e4cbf58723a (diff)
downloadsamba-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')
-rw-r--r--source4/lib/ldb/tools/ldbutil.c2
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,