mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode)
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
#ifndef __DMAP_HELPERS_H__
|
||||
#define __DMAP_HELPERS_H__
|
||||
|
||||
#include <event.h>
|
||||
#ifdef HAVE_LIBEVENT2
|
||||
# include <event2/buffer.h>
|
||||
# include <event2/http.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
# include "evhttp/evhttp.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user