diff -r 1c67f512779b -r 10c7dce1a043 memcache/request.h --- a/memcache/request.h Fri Aug 29 23:31:17 2008 +0300 +++ b/memcache/request.h Sat Aug 30 19:13:15 2008 +0300 @@ -4,7 +4,8 @@ #include #include "../memcache.h" -#include "connection.h" + +TAILQ_HEAD(memcache_reqqueue_head, memcache_req); struct memcache_req { // the memcache context that we belong to