commit 55cb4c5f666e42350c50678f2a23960e7a5f481b parent f8af5822d0e12e3f7ce990160b9642692918c982 Author: sin <sin@2f30.org> Date: Sun, 25 Sep 2016 19:43:03 +0100 Unbreak build on OpenBSD -current Diffstat:
M | spoon.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/spoon.c b/spoon.c @@ -77,6 +77,7 @@ out: #ifdef __OpenBSD__ #include <sys/socket.h> +#include <sys/select.h> #include <sys/sysctl.h> #include <sys/sensors.h> #include <sys/ioctl.h>