tUnbreak build on OpenBSD -current again - spoon - dwm status utility (2f30 fork)
(HTM) git clone git://src.adamsgaard.dk/spoon
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f5b1dc411d5c78695948f0c2aa44e3c8608a4428
(DIR) parent 57cba38800da81ab96354b669cd4ab8f6962fe5f
(HTM) 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(-)
---
(DIR) diff --git a/wifi.c b/wifi.c
t@@ -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>