<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- kqueue.c.orig	2022-08-30 09:42:54.000000000 +0400
+++ kqueue.c	2022-10-01 19:05:23.000000000 +0400
@@ -28,6 +28,7 @@
 
 #include &lt;sys/types.h&gt;
 #include &lt;sys/event.h&gt;
+#include &lt;sys/time.h&gt;
 #include &lt;assert.h&gt;
 #include &lt;errno.h&gt;
 #include &lt;stdlib.h&gt;
</pre></body></html>