(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
1 changed files with 1 additions and 1 deletions

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"