mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 00:35:55 -04:00
[httpd] Add missing include for event2/keyvalq_struct.h (closes #321)
This commit is contained in:
parent
7a9bf07d90
commit
2ee4988a50
@ -44,6 +44,7 @@
|
|||||||
# include <sys/eventfd.h>
|
# include <sys/eventfd.h>
|
||||||
#endif
|
#endif
|
||||||
#include <event2/event.h>
|
#include <event2/event.h>
|
||||||
|
#include <event2/keyvalq_struct.h>
|
||||||
#ifdef HAVE_LIBEVENT2_OLD
|
#ifdef HAVE_LIBEVENT2_OLD
|
||||||
# include <event2/bufferevent.h>
|
# include <event2/bufferevent.h>
|
||||||
# include <event2/bufferevent_struct.h>
|
# include <event2/bufferevent_struct.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user