Revision: 14775 Author: adrian.chadd Date: Thu Sep 2 18:22:57 2010 Log: Add missing include
http://code.google.com/p/lusca-cache/source/detail?r=14775 Modified: /playpen/LUSCA_HEAD_ipv6/libsqurl/domain.c ======================================= --- /playpen/LUSCA_HEAD_ipv6/libsqurl/domain.c Sun Jul 4 06:56:53 2010 +++ /playpen/LUSCA_HEAD_ipv6/libsqurl/domain.c Thu Sep 2 18:22:57 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.
