mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk libT) explicitly use the libevent2 header files, instead of the deprecated backwards-compatibility one
This commit is contained in:
parent
cba90ccace
commit
b930026c40
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ THE SOFTWARE.
|
|||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <event.h>
|
||||
#include <event2/event.h>
|
||||
#include <libutp/utp.h>
|
||||
|
||||
#include "transmission.h"
|
||||
|
|
Loading…
Reference in a new issue