summaryrefslogtreecommitdiff
path: root/sys/dev/mii/rlphy.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/rlphy.c
parente2dcfa32f2b5c58bd3067fffc0bdb1c894e3bc25 (diff)
add sys/timeout.h
Diffstat (limited to 'sys/dev/mii/rlphy.c')
-rw-r--r--sys/dev/mii/rlphy.c3
1 files changed, 2 insertions, 1 deletions
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>