mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05: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>
|
||||
#endif
|
||||
#include <event2/event.h>
|
||||
#include <event2/keyvalq_struct.h>
|
||||
#ifdef HAVE_LIBEVENT2_OLD
|
||||
# include <event2/bufferevent.h>
|
||||
# include <event2/bufferevent_struct.h>
|
||||
|
Loading…
Reference in New Issue
Block a user