diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2001-01-20 02:24:07 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2001-01-20 02:24:07 +0000 |
| commit | 074a4a2c84c275e84ad3bd19638db7bcb0e8eb62 (patch) | |
| tree | ac581eceffcd7025904f5281e887ea2697f28783 /sys/i4b | |
| parent | 4848fbae35c7ac6118cdc0c3d4e860abc6faae3b (diff) | |
Notes
Diffstat (limited to 'sys/i4b')
| -rw-r--r-- | sys/i4b/layer4/i4b_i4bdrv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c index 3aef6cb3bcfb..156260ef1ec7 100644 --- a/sys/i4b/layer4/i4b_i4bdrv.c +++ b/sys/i4b/layer4/i4b_i4bdrv.c @@ -58,7 +58,11 @@ #include <sys/conf.h> #include <sys/mbuf.h> #include <sys/socket.h> +#if __FreeBSD_version >= 500014 +#include <sys/selinfo.h> +#else #include <sys/select.h> +#endif #include <net/if.h> #ifdef __NetBSD__ |
