summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rgephy.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-07-23 06:40:06 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-07-23 06:40:06 +0000
commit80d68dc89c3c353670f5a5eef2d8b77f9948f8cf (patch)
tree3418c8e278ce1839ea1b4e06b8d3e9b0ad5c4c44 /sys/dev/mii/rgephy.c
parente2dcfa32f2b5c58bd3067fffc0bdb1c894e3bc25 (diff)
add sys/timeout.h
Diffstat (limited to 'sys/dev/mii/rgephy.c')
-rw-r--r--sys/dev/mii/rgephy.c3
1 files changed, 2 insertions, 1 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>