svn commit: samba r18140 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Wed Sep 6 06:14:41 GMT 2006


Author: tridge
Date: 2006-09-06 06:14:40 +0000 (Wed, 06 Sep 2006)
New Revision: 18140

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

Log:

and this reduces warnings about toupper()

Modified:
   branches/SAMBA_4_0/source/lib/replace/replace.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/replace.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/replace.c	2006-09-06 06:12:36 UTC (rev 18139)
+++ branches/SAMBA_4_0/source/lib/replace/replace.c	2006-09-06 06:14:40 UTC (rev 18140)
@@ -29,6 +29,7 @@
 #include "system/passwd.h"
 #include "system/syslog.h"
 #include "system/network.h"
+#include "system/locale.h"
 
 void replace_dummy(void);
 void replace_dummy(void) {}



More information about the samba-cvs mailing list