summaryrefslogtreecommitdiff
path: root/kqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'kqueue.c')
-rw-r--r--kqueue.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kqueue.c b/kqueue.c
index c6dbf222..87c5fa7d 100644
--- a/kqueue.c
+++ b/kqueue.c
@@ -58,6 +58,7 @@
#endif
#include "event.h"
+#include "event-internal.h"
#include "log.h"
#define EVLIST_X_KQINKERNEL 0x1000
@@ -87,7 +88,8 @@ const struct eventop kqops = {
kq_del,
kq_recalc,
kq_dispatch,
- kq_dealloc
+ kq_dealloc,
+ 1 /* need reinit */
};
void *