diff options
-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 |