diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-21 13:18:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:38 -0500 |
commit | 062e0f83258b6c8d8fa48e42e157331de5ce4686 (patch) | |
tree | cb8b213f6af7b4ac707def91b398bffd1455998b /source4 | |
parent | 7f46f89257aa47b6362daf7c68242dae4aae8ae9 (diff) | |
download | samba-062e0f83258b6c8d8fa48e42e157331de5ce4686.tar.gz samba-062e0f83258b6c8d8fa48e42e157331de5ce4686.tar.bz2 samba-062e0f83258b6c8d8fa48e42e157331de5ce4686.zip |
r7808: fixed the build of ldb after the binary file support in ldif was added
(This used to be commit 0a8c722c8017e20635223b2c5dfc58759478312c)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/common/ldb_ldif.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <ctype.h> - +#ifdef _SAMBA_BUILD_ +#include "system/filesys.h" +#endif /* add to the list of ldif handlers for this ldb context |