lib/ldb/tools: add missing "replace.h"
authorStefan Metzmacher <metze@samba.org>
Sun, 10 Jun 2012 20:59:00 +0000 (22:59 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 10 Jun 2012 23:21:01 +0000 (01:21 +0200)
This has to be the first header!

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jun 11 01:21:01 CEST 2012 on sn-devel-104

lib/ldb/tools/ldbadd.c
lib/ldb/tools/ldbmodify.c
lib/ldb/tools/ldbrename.c
lib/ldb/tools/ldbutil.c

index d0d5ec0ec4078114063fb4ac35c95a906c988015..e6cea294de7f4f285c1b02429cc3a21dfbd5da49 100644 (file)
@@ -31,6 +31,7 @@
  *  Author: Andrew Tridgell
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 #include "ldbutil.h"
index 3a9a2657ceeae1dbf989636862038648e8d44781..9b4d7b7d9176a77d4d10ee647853f5246d917369 100644 (file)
@@ -31,6 +31,7 @@
  *  Author: Andrew Tridgell
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 #include "ldbutil.h"
index 9bbd1f06b1a9b753fb0b64f161f1851386e41685..ab2be4d450b4ba8acd1ed384feac5e64a08cceee 100644 (file)
@@ -33,6 +33,7 @@
  *  Author: Stefan Metzmacher
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "tools/cmdline.h"
 
index 26f252704c1de7e9b40df591fe4c9774bc53d43e..9ff7fada76f94e83c2a13ced406c9d0cff575625 100644 (file)
@@ -29,6 +29,7 @@
  *  Author: Matthieu Patou
  */
 
+#include "replace.h"
 #include "ldb.h"
 #include "ldb_module.h"
 #include "ldbutil.h"