1
0
Fork 0
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:
Jordan Lee 2011-02-18 01:25:32 +00:00
parent cba90ccace
commit b930026c40

View file

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