Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode)

This commit is contained in:
ejurgensen
2014-09-28 22:44:45 +02:00
parent 661a557500
commit 513e38dcda
6 changed files with 30 additions and 9 deletions

View File

@@ -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