--- nono/host/netdriver.cpp 2026/04/29 17:04:54 1.1.1.6 +++ nono/host/netdriver.cpp 2026/04/29 17:05:04 1.1.1.7 @@ -7,15 +7,10 @@ #include "netdriver.h" #include "autofd.h" #include "cvprompt.h" +#include "kevent.h" #include "mainapp.h" #include "mythread.h" #include -#if defined(HAVE_SYS_EVENT_H) -#include -#endif -#if defined(HAVE_KQUEUE_SYS_EVENT_H) -#include -#endif static void *netdriver_run(void *);