openbsd-ports/x11/evilwm/patches/patch-events_c
ajacoutot 5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
pollution diff is in.

lang/squeak/vm does not build but it's due to the recent audio changes
games/xbattle: also fixes some conflicting implicit decl
print/hplip: also fixes some conflicting implicit decl
2016-09-10 13:03:40 +00:00

12 lines
305 B
Plaintext

$OpenBSD: patch-events_c,v 1.1 2016/09/10 13:03:44 ajacoutot Exp $
--- events.c.orig Sat Sep 10 13:00:37 2016
+++ events.c Sat Sep 10 13:00:44 2016
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <string.h>
+#include <sys/select.h> /* fd_set */
#include <errno.h>
#include "evilwm.h"
#include "log.h"