summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_tr_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/if_tr_isa.c')
-rw-r--r--sys/dev/isa/if_tr_isa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/if_tr_isa.c b/sys/dev/isa/if_tr_isa.c
index bfd9bcfe485..48e1452366f 100644
--- a/sys/dev/isa/if_tr_isa.c
+++ b/sys/dev/isa/if_tr_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_tr_isa.c,v 1.1 1999/12/27 21:51:35 fgsch Exp $ */
+/* $OpenBSD: if_tr_isa.c,v 1.2 2001/11/05 17:25:58 art Exp $ */
/* $NetBSD: if_tr_isa.c,v 1.4 1999/04/30 15:29:24 bad Exp $ */
#undef TRISADEBUG
@@ -42,6 +42,7 @@
#include <sys/systm.h>
#include <sys/socket.h>
#include <sys/device.h>
+#include <sys/timeout.h>
#include <net/if.h>
#include <net/if_media.h>