From d8dfdea2ccc859cccfacd5f52ed9330aa3512970 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 2 Jan 2011 16:20:35 +1100 Subject: s4:ldb: Add prototype header. Signed-off-by: Stefan Metzmacher --- source4/lib/ldb/tools/ldbutil.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb/tools') 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, -- cgit