[httpd] Add missing include for event2/keyvalq_struct.h (closes #321)

This commit is contained in:
ejurgensen 2016-12-11 19:10:53 +01:00
parent 7a9bf07d90
commit 2ee4988a50

View File

@ -44,6 +44,7 @@
# include <sys/eventfd.h>
#endif
#include <event2/event.h>
#include <event2/keyvalq_struct.h>
#ifdef HAVE_LIBEVENT2_OLD
# include <event2/bufferevent.h>
# include <event2/bufferevent_struct.h>