--------------------- PatchSet 5268 Date: 2007/08/11 20:35:49 Author: serassio Branch: nt Tag: (none) Log: Better source portability for digest_ldap_auth Members: helpers/digest_auth/ldap/digest_common.h:1.1.2.2->1.1.2.3 helpers/digest_auth/ldap/ldap_backend.c:1.1.2.5->1.1.2.6 Index: squid3/helpers/digest_auth/ldap/digest_common.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/digest_auth/ldap/digest_common.h,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- squid3/helpers/digest_auth/ldap/digest_common.h 31 Dec 2005 09:57:48 -0000 1.1.2.2 +++ squid3/helpers/digest_auth/ldap/digest_common.h 11 Aug 2007 20:35:49 -0000 1.1.2.3 @@ -18,6 +18,9 @@ #if HAVE_STDLIB_H #include #endif +#if HAVE_CTYPE_H +#include +#endif #if HAVE_UNISTD_H #include #endif Index: squid3/helpers/digest_auth/ldap/ldap_backend.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/digest_auth/ldap/ldap_backend.c,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- squid3/helpers/digest_auth/ldap/ldap_backend.c 21 Jul 2007 16:55:45 -0000 1.1.2.5 +++ squid3/helpers/digest_auth/ldap/ldap_backend.c 11 Aug 2007 20:35:49 -0000 1.1.2.6 @@ -8,10 +8,6 @@ #define LDAP_DEPRECATED 1 -#include -#include -#include -#include #include "ldap_backend.h" #ifdef _SQUID_MSWIN_ /* Native Windows port and MinGW */