aboutsummaryrefslogtreecommitdiff
path: root/devel
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
parent6b23cb781c9c14fca425fa5b54c8c0880fc55683 (diff)
downloadports-80600fb8436d90562db8ddc6e62054095ea4393f.tar.gz
ports-80600fb8436d90562db8ddc6e62054095ea4393f.zip
Notes
Diffstat (limited to 'devel')
-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>