Revision: 14525 Author: adrian.chadd Date: Wed Mar 31 18:18:08 2010 Log: Issue #94 - add missing #include
http://code.google.com/p/lusca-cache/source/detail?r=14525 Modified: /branches/LUSCA_HEAD/libhttp/HttpHeaderGet.c ======================================= --- /branches/LUSCA_HEAD/libhttp/HttpHeaderGet.c Wed Mar 24 08:06:03 2010 +++ /branches/LUSCA_HEAD/libhttp/HttpHeaderGet.c Wed Mar 31 18:18:08 2010 @@ -38,6 +38,7 @@ #include <stdlib.h> #include <unistd.h> #include <string.h> +#include <ctype.h> #include "../include/Array.h" #include "../include/Stack.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.
