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/re.c | |
parent | 733a7933f9960a800321e37c9fc965d625ac4be0 (diff) |
add sys/timeout.h
Diffstat (limited to 'sys/dev/ic/re.c')
-rw-r--r-- | sys/dev/ic/re.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c index 9ed0f42a94b..e420dde9a66 100644 --- a/sys/dev/ic/re.c +++ b/sys/dev/ic/re.c @@ -1,4 +1,4 @@ -/* $OpenBSD: re.c,v 1.25 2006/06/05 23:44:07 drahn Exp $ */ +/* $OpenBSD: re.c,v 1.26 2006/06/17 17:56:10 brad Exp $ */ /* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */ /* * Copyright (c) 1997, 1998-2003 @@ -118,6 +118,7 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/device.h> +#include <sys/timeout.h> #include <sys/socket.h> #include <net/if.h> |