--- libev/ev++.h 2007/12/14 17:47:52 1.19 +++ libev/ev++.h 2007/12/20 08:17:57 1.20 @@ -1,7 +1,11 @@ #ifndef EVPP_H__ #define EVPP_H__ -#include "ev.h" +#ifdef EV_H +# include EV_H +#else +# include +#endif namespace ev {