openbsd-ports/net/nfdump/patches/patch-bin_util_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
328 B
Plaintext

$OpenBSD: patch-bin_util_c,v 1.1 2016/09/10 13:03:42 ajacoutot Exp $
--- bin/util.c.orig Sat Sep 10 10:34:01 2016
+++ bin/util.c Sat Sep 10 10:35:46 2016
@@ -41,6 +41,7 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
+#include <sys/select.h> /* tv */
#include <time.h>
#include <string.h>
#include <errno.h>