--- rxvt-unicode/src/ev_cpp.C 2007/11/11 16:28:46 1.1 +++ rxvt-unicode/src/ev_cpp.C 2007/11/11 16:45:38 1.2 @@ -1,7 +1,8 @@ #include "rxvttoolkit.h" #include "ev++.C" -namespace ev { - #include "ev.c" -} +/* darwin has problems with its header files in C++, requiring this namespace juggling */ +using namespace ev; + +#include "ev.c"