Revision: 14484 Author: adrian.chadd Date: Wed Mar 24 07:50:24 2010 Log: Fix from Issue #94 - add missing include
http://code.google.com/p/lusca-cache/source/detail?r=14484 Modified: /branches/LUSCA_HEAD/src/HttpRequest.c ======================================= --- /branches/LUSCA_HEAD/src/HttpRequest.c Mon Oct 26 23:58:33 2009 +++ /branches/LUSCA_HEAD/src/HttpRequest.c Wed Mar 24 07:50:24 2010 @@ -34,6 +34,7 @@ */ #include "squid.h" +#include "store_vary.h" static MemPool * pool_request_t = NULL; -- 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.
