diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-17 17:57:01 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-17 17:57:01 +0000 |
commit | 5f320e5a3ff6ec35e37ac6e0e5bd9df9d33fa401 (patch) | |
tree | 717bcb13bbd2451caa9c96821da501298840f4cb /sys/dev/ic/elink3.c | |
parent | 733a7933f9960a800321e37c9fc965d625ac4be0 (diff) |
add sys/timeout.h
Diffstat (limited to 'sys/dev/ic/elink3.c')
-rw-r--r-- | sys/dev/ic/elink3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index f21dd9a2e87..8a812bc47b2 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.67 2006/03/25 22:41:42 djm Exp $ */ +/* $OpenBSD: elink3.c,v 1.68 2006/06/17 17:56:10 brad Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -42,6 +42,7 @@ #include <sys/errno.h> #include <sys/syslog.h> #include <sys/selinfo.h> +#include <sys/timeout.h> #include <sys/device.h> #include <net/if.h> |