diff --git a/epoll.c b/epoll.c index 3b58e437..186a3108 100644 --- a/epoll.c +++ b/epoll.c @@ -48,7 +48,8 @@ #include #endif -#include "event.h" +#include "event2/event.h" +#include "event2/event_struct.h" #include "event-internal.h" #include "evsignal.h" #include "log.h"