From 062e0f83258b6c8d8fa48e42e157331de5ce4686 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Jun 2005 13:18:09 +0000 Subject: r7808: fixed the build of ldb after the binary file support in ldif was added (This used to be commit 0a8c722c8017e20635223b2c5dfc58759478312c) --- source4/lib/ldb/common/ldb_ldif.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib') diff --git a/source4/lib/ldb/common/ldb_ldif.c b/source4/lib/ldb/common/ldb_ldif.c index 70dd2267b5..f3bc5c6207 100644 --- a/source4/lib/ldb/common/ldb_ldif.c +++ b/source4/lib/ldb/common/ldb_ldif.c @@ -40,7 +40,9 @@ #include "ldb/include/ldb.h" #include "ldb/include/ldb_private.h" #include - +#ifdef _SAMBA_BUILD_ +#include "system/filesys.h" +#endif /* add to the list of ldif handlers for this ldb context -- cgit