summaryrefslogtreecommitdiff
path: root/lib/ldb/tools/ldbadd.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-10 22:59:00 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-11 01:21:01 +0200
commit43090fb2866519fc06d20345f2a0122f883b40e1 (patch)
treefb477d7c405b78fcf7b681c24c1300afa9a3d024 /lib/ldb/tools/ldbadd.c
parent527fdb2659dc04dafe7c34786e77c2fa4ea9ad5e (diff)
downloadsamba-43090fb2866519fc06d20345f2a0122f883b40e1.tar.gz
samba-43090fb2866519fc06d20345f2a0122f883b40e1.tar.bz2
samba-43090fb2866519fc06d20345f2a0122f883b40e1.zip
lib/ldb/tools: add missing "replace.h"
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
Diffstat (limited to 'lib/ldb/tools/ldbadd.c')
-rw-r--r--lib/ldb/tools/ldbadd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldb/tools/ldbadd.c b/lib/ldb/tools/ldbadd.c
index d0d5ec0ec4..e6cea294de 100644
--- a/lib/ldb/tools/ldbadd.c
+++ b/lib/ldb/tools/ldbadd.c
@@ -31,6 +31,7 @@
* Author: Andrew Tridgell
*/
+#include "replace.h"
#include "ldb.h"
#include "tools/cmdline.h"
#include "ldbutil.h"