Revision: 14800 Author: adrian.chadd Date: Tue Sep 7 21:47:12 2010 Log: Merge r14775 from /playpen/LUSCA_HEAD_ipv6
Add missing #include http://code.google.com/p/lusca-cache/source/detail?r=14800 Modified: /branches/LUSCA_HEAD/libsqurl/domain.c ======================================= --- /branches/LUSCA_HEAD/libsqurl/domain.c Sun May 23 05:26:34 2010 +++ /branches/LUSCA_HEAD/libsqurl/domain.c Tue Sep 7 21:47:12 2010 @@ -4,6 +4,7 @@ #if HAVE_STRING_H #include <string.h> #endif +#include <ctype.h> #include "../include/util.h" -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
