From: Nick Mathewson Date: Thu, 17 Apr 2008 19:27:54 +0000 (+0000) Subject: r15228@tombo: nickm | 2008-04-17 15:27:39 -0400 X-Git-Tag: release-2.0.1-alpha~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2d4a06298173e0db43ae4012edb48f538825fd6;p=libevent r15228@tombo: nickm | 2008-04-17 15:27:39 -0400 Use new includes in evport.c and devpoll.c. I do not have the hardware to compile these on; somebody else should test them. svn:r720 --- diff --git a/devpoll.c b/devpoll.c index 705fb17c..58b131d5 100644 --- a/devpoll.c +++ b/devpoll.c @@ -46,7 +46,8 @@ #include #include -#include "event.h" +#include "event2/event.h" +#include "event2/event_struct.h" #include "event-internal.h" #include "evsignal.h" #include "log.h" diff --git a/evport.c b/evport.c index 2968de4b..ae53a188 100644 --- a/evport.c +++ b/evport.c @@ -70,7 +70,8 @@ #include #endif -#include "event.h" +#include "event2/event.h" +#include "event2/event_struct.h" #include "event-internal.h" #include "log.h" #include "evsignal.h"