diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-17 21:40:54 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-17 21:40:54 +0000 |
commit | 742dd309b572a16184f1ca7bacf8b210fc15fe35 (patch) | |
tree | b0635972bd08e7681266b5ac4a8ef67656a418b1 /devel | |
parent | 2b82a09489e44d2a9b3c7be78248594ae8e716e2 (diff) | |
download | FreeBSD-ports-742dd309b572a16184f1ca7bacf8b210fc15fe35.zip FreeBSD-ports-742dd309b572a16184f1ca7bacf8b210fc15fe35.tar.gz |
Fix build on CURRENT
Submitted by: bento
Diffstat (limited to 'devel')
-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 0000000..7249ff3 --- /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> |