Revision: 14758 Author: adrian.chadd Date: Sun Aug 22 00:09:58 2010 Log: Add missing #include
http://code.google.com/p/lusca-cache/source/detail?r=14758 Modified: /branches/LUSCA_HEAD/src/store_vary.c ======================================= --- /branches/LUSCA_HEAD/src/store_vary.c Thu Jul 8 00:22:01 2010 +++ /branches/LUSCA_HEAD/src/store_vary.c Sun Aug 22 00:09:58 2010 @@ -1,5 +1,6 @@ #include "squid.h" +#include "store_vary.h" typedef struct { StoreEntry *oe; -- 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.
