commit f5b1dc411d5c78695948f0c2aa44e3c8608a4428 parent 57cba38800da81ab96354b669cd4ab8f6962fe5f Author: lostd <lostd@2f30.org> Date: Thu, 13 Oct 2016 01:06:59 +0100 Unbreak build on OpenBSD -current again Diffstat:
M | wifi.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/wifi.c b/wifi.c @@ -23,6 +23,7 @@ wifiprint(char *buf, size_t len, int quality) #ifdef __OpenBSD__ #include <sys/types.h> #include <sys/socket.h> +#include <sys/select.h> #include <sys/ioctl.h> #include <net/if.h>