Revision: 14511 Author: adrian.chadd Date: Sun Mar 28 23:31:44 2010 Log: Add missing #include.
http://code.google.com/p/lusca-cache/source/detail?r=14511 Modified: /branches/LUSCA_HEAD/libsqstore/store_meta.c ======================================= --- /branches/LUSCA_HEAD/libsqstore/store_meta.c Sun Mar 28 00:33:28 2010 +++ /branches/LUSCA_HEAD/libsqstore/store_meta.c Sun Mar 28 23:31:44 2010 @@ -6,6 +6,8 @@ #include <string.h> #include <fcntl.h> +#include "../include/util.h" + #include "../libcore/varargs.h" #include "../libcore/tools.h" #include "../libcore/kb.h" /* for squid_off_t */ -- 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.
