@@ -45,7 +45,11 @@
#ifdef HAVE_EPOLL
#include "ae_epoll.c"
#else
#include "ae_select.c"
#ifdef HAVE_KQUEUE
#include "ae_kqueue.c"
#endif
aeEventLoop *aeCreateEventLoop(void) {
The note is not visible to the blocked user.