openbsd-ports/editors/nvi/patches/patch-common_exf_h
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

14 lines
362 B
Plaintext

$OpenBSD: patch-common_exf_h,v 1.1 2016/09/10 13:03:41 ajacoutot Exp $
--- common/exf.h.orig Sat Sep 10 10:53:06 2016
+++ common/exf.h Sat Sep 10 10:52:38 2016
@@ -9,6 +9,9 @@
* $Id: patch-common_exf_h,v 1.1 2016/09/10 13:03:41 ajacoutot Exp $
*/
/* Undo direction. */
+
+#include <sys/select.h> /* timespec */
+
/*
* exf --
* The file structure.