$OpenBSD: patch-unix_uxcons_c,v 1.2 2019/07/20 11:55:25 sthen Exp $

Index: unix/uxcons.c
--- unix/uxcons.c.orig
+++ unix/uxcons.c
@@ -6,6 +6,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <sys/select.h> /* fd_set */
 #include <assert.h>
 #include <errno.h>
 
