diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 06:40:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-23 06:40:06 +0000 |
commit | 80d68dc89c3c353670f5a5eef2d8b77f9948f8cf (patch) | |
tree | 3418c8e278ce1839ea1b4e06b8d3e9b0ad5c4c44 /sys/dev | |
parent | e2dcfa32f2b5c58bd3067fffc0bdb1c894e3bc25 (diff) |
add sys/timeout.h
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/rgephy.c | 3 | ||||
-rw-r--r-- | sys/dev/mii/rlphy.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index a829e35b23d..912bf115a99 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rgephy.c,v 1.12 2006/06/27 05:36:58 brad Exp $ */ +/* $OpenBSD: rgephy.c,v 1.13 2006/07/23 06:40:05 brad Exp $ */ /* * Copyright (c) 2003 * Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -42,6 +42,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/socket.h> +#include <sys/timeout.h> #include <sys/errno.h> #include <net/if.h> diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 5406b5c8121..07474f97ad1 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlphy.c,v 1.23 2006/05/16 02:24:45 brad Exp $ */ +/* $OpenBSD: rlphy.c,v 1.24 2006/07/23 06:40:05 brad Exp $ */ /* * Copyright (c) 1998, 1999 Jason L. Wright (jason@thought.net) @@ -37,6 +37,7 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/socket.h> +#include <sys/timeout.h> #include <sys/errno.h> #include <net/if.h> |