Revision: 14629 Author: adrian.chadd Date: Mon Apr 19 22:04:35 2010 Log: Add missing #include
http://code.google.com/p/lusca-cache/source/detail?r=14629 Modified: /branches/LUSCA_HEAD/src/client_side_conn.c ======================================= --- /branches/LUSCA_HEAD/src/client_side_conn.c Thu Feb 11 01:39:39 2010 +++ /branches/LUSCA_HEAD/src/client_side_conn.c Mon Apr 19 22:04:35 2010 @@ -1,4 +1,5 @@ #include "squid.h" +#include "client_db.h" #include "client_side_conn.h" -- 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.
