On Thu, Jun 30, 2011 at 11:36 AM, 李白|字一日 <calid...@gmail.com> wrote:
> hi, all > i am trying to extract the query information from uri, > and i found the evkeyvalq is used in input_headers. > > so i copied the way the input_headers created by the following line: > > evkeyvalq *query = (evkeyvalq *)calloc(1, sizeof(evkeyvalq)); > You need to include <event2/keyvalq_struct.h> where this structure lives.