From 43090fb2866519fc06d20345f2a0122f883b40e1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 10 Jun 2012 22:59:00 +0200 Subject: lib/ldb/tools: add missing "replace.h" This has to be the first header! metze Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Mon Jun 11 01:21:01 CEST 2012 on sn-devel-104 --- lib/ldb/tools/ldbmodify.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ldb/tools/ldbmodify.c') diff --git a/lib/ldb/tools/ldbmodify.c b/lib/ldb/tools/ldbmodify.c index 3a9a2657ce..9b4d7b7d91 100644 --- a/lib/ldb/tools/ldbmodify.c +++ b/lib/ldb/tools/ldbmodify.c @@ -31,6 +31,7 @@ * Author: Andrew Tridgell */ +#include "replace.h" #include "ldb.h" #include "tools/cmdline.h" #include "ldbutil.h" -- cgit