1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Fix build on CURRENT

Submitted by:	bento
This commit is contained in:
Oliver Lehmann 2003-05-17 21:40:54 +00:00
parent 6b23cb781c
commit 80600fb843
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81174

View File

@ -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>