svn commit: samba r7808 - in branches/SAMBA_4_0/source/lib/ldb/common: .

tridge at samba.org tridge at samba.org
Tue Jun 21 13:18:10 GMT 2005


Author: tridge
Date: 2005-06-21 13:18:09 +0000 (Tue, 21 Jun 2005)
New Revision: 7808

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7808

Log:
fixed the build of ldb after the binary file support in ldif was added

Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c	2005-06-21 11:27:17 UTC (rev 7807)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_ldif.c	2005-06-21 13:18:09 UTC (rev 7808)
@@ -40,8 +40,10 @@
 #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
 */



More information about the samba-cvs mailing list