summaryrefslogtreecommitdiff
path: root/devel/libzvbi/files/patch-src::io-bktr.c
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-05-17 21:40:54 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-05-17 21:40:54 +0000
commit80600fb8436d90562db8ddc6e62054095ea4393f (patch)
treee00486be525c1c0bf9b8ec3170a86262761b787f /devel/libzvbi/files/patch-src::io-bktr.c
parentConvert to new GNOME infrastructure. (diff)
Fix build on CURRENT
Submitted by: bento
Notes
Notes: svn path=/head/; revision=81174
Diffstat (limited to '')
-rw-r--r--devel/libzvbi/files/patch-src::io-bktr.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libzvbi/files/patch-src::io-bktr.c b/devel/libzvbi/files/patch-src::io-bktr.c
new file mode 100644
index 000000000000..7249ff37d512
--- /dev/null
+++ b/devel/libzvbi/files/patch-src::io-bktr.c
@@ -0,0 +1,10 @@
+--- src/io-bktr.c.orig Sat May 17 22:07:06 2003
++++ src/io-bktr.c Sat May 17 22:08:02 2003
+@@ -37,6 +37,7 @@
+ #include <unistd.h>
+ #include <assert.h>
+ #include <sys/time.h> /* timeval */
++#include <sys/select.h>
+ #include <sys/types.h> /* fd_set */
+ #include <sys/ioctl.h>
+ #include <sys/mman.h>