Revision: 14745 Author: adrian.chadd Date: Thu Aug 5 05:20:12 2010 Log: Fix compile warning
http://code.google.com/p/lusca-cache/source/detail?r=14745 Modified: /branches/LUSCA_HEAD/src/urn.c ======================================= --- /branches/LUSCA_HEAD/src/urn.c Sat Jan 17 12:15:04 2009 +++ /branches/LUSCA_HEAD/src/urn.c Thu Aug 5 05:20:12 2010 @@ -35,6 +35,8 @@ #include "squid.h" +#include "../libsqurl/url.h" + typedef struct { StoreEntry *entry; store_client *sc; -- 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.
