svn commit: samba r18133 - in branches/SAMBA_4_0/source/lib/ldb/tools: .

tridge at samba.org tridge at samba.org
Wed Sep 6 05:28:04 GMT 2006


Author: tridge
Date: 2006-09-06 05:28:04 +0000 (Wed, 06 Sep 2006)
New Revision: 18133

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

Log:

ad2oLschema needs ctype.h on some systems

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c	2006-09-06 05:27:01 UTC (rev 18132)
+++ branches/SAMBA_4_0/source/lib/ldb/tools/ad2oLschema.c	2006-09-06 05:28:04 UTC (rev 18133)
@@ -34,6 +34,7 @@
 
 #include "includes.h"
 #include "ldb/include/includes.h"
+#include "system/locale.h"
 #include "ldb/tools/cmdline.h"
 #include "ldb/tools/convert.h"
 



More information about the samba-cvs mailing list