Author: jelmer Date: 2005-01-16 20:20:15 +0000 (Sun, 16 Jan 2005) New Revision: 4780
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4780 Log: tolower() requires ctype.h Modified: branches/SAMBA_4_0/source/include/includes.h Changeset: Modified: branches/SAMBA_4_0/source/include/includes.h =================================================================== --- branches/SAMBA_4_0/source/include/includes.h 2005-01-16 12:10:14 UTC (rev 4779) +++ branches/SAMBA_4_0/source/include/includes.h 2005-01-16 20:20:15 UTC (rev 4780) @@ -53,6 +53,10 @@ #include <stddef.h> #include <sys/time.h> +#ifdef HAVE_CTYPE_H +#include <ctype.h> +#endif + #ifdef HAVE_STDINT_H #include <stdint.h> #endif
