Revision: 14713 Author: adrian.chadd Date: Sun Jun 13 01:56:05 2010 Log: Add missing #include
http://code.google.com/p/lusca-cache/source/detail?r=14713 Modified: /branches/LUSCA_HEAD/libsqurl/url.c ======================================= --- /branches/LUSCA_HEAD/libsqurl/url.c Mon May 31 21:58:59 2010 +++ /branches/LUSCA_HEAD/libsqurl/url.c Sun Jun 13 01:56:05 2010 @@ -4,6 +4,9 @@ #if HAVE_STRING_H #include <string.h> #endif +#if HAVE_STDLIB_H +#include <stdlib.h> +#endif #include <sys/types.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.
