diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-17 21:40:54 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-17 21:40:54 +0000 |
commit | 80600fb8436d90562db8ddc6e62054095ea4393f (patch) | |
tree | e00486be525c1c0bf9b8ec3170a86262761b787f /devel/libzvbi | |
parent | 6b23cb781c9c14fca425fa5b54c8c0880fc55683 (diff) | |
download | ports-80600fb8436d90562db8ddc6e62054095ea4393f.tar.gz ports-80600fb8436d90562db8ddc6e62054095ea4393f.zip |
Notes
Diffstat (limited to 'devel/libzvbi')
-rw-r--r-- | devel/libzvbi/files/patch-src::io-bktr.c | 10 |
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> |