Revision: 14407 Author: adrian.chadd Date: Sat Feb 13 23:32:26 2010 Log: Add missing include
http://code.google.com/p/lusca-cache/source/detail?r=14407 Modified: /branches/LUSCA_HEAD/src/client_side_etag.c ======================================= --- /branches/LUSCA_HEAD/src/client_side_etag.c Sat Feb 13 23:01:13 2010 +++ /branches/LUSCA_HEAD/src/client_side_etag.c Sat Feb 13 23:32:26 2010 @@ -1,6 +1,7 @@ #include "squid.h" #include "client_side_etag.h" +#include "client_side.h" static void clientHandleETagMiss(clientHttpRequest * http) -- 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.
