Add missing errno.h for kqueue.

This commit is contained in:
Roger A. Light
2026-01-21 22:42:47 +00:00
parent 2fb87f8cc7
commit 3e0f79bd89
+1
View File
@@ -22,6 +22,7 @@ Contributors:
#define MAX_EVENTS 1000
#include <errno.h>
#include <signal.h>
#include <sys/event.h>
#include <sys/socket.h>