--- libev/event.c 2007/11/08 23:53:41 1.23 +++ libev/event.c 2007/11/09 17:07:59 1.24 @@ -37,8 +37,11 @@ # include #endif -#include "ev.h" -#include "event.h" +#ifdef EV_EVENT_H +# include EV_EVENT_H +#else +# include "event.h" +#endif #if EV_MULTIPLICITY # define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base