summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2008-02-10 07:34:16 +0000
committerkib <kib@FreeBSD.org>2008-02-10 07:34:16 +0000
commit3474d93d402c549a8b2873e66ce3816f3747ecd2 (patch)
treefeab91cbf39f1b215e6b499562d8ddb141061eca
parent9b9b90a0134b9cabe0603cdf6ee962549d8c751d (diff)
downloadFreeBSD-src-3474d93d402c549a8b2873e66ce3816f3747ecd2.zip
FreeBSD-src-3474d93d402c549a8b2873e66ce3816f3747ecd2.tar.gz
After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the
sys/lock.h.
-rw-r--r--sys/dev/usb/ehci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c
index bd41432..661642f 100644
--- a/sys/dev/usb/ehci.c
+++ b/sys/dev/usb/ehci.c
@@ -68,6 +68,7 @@ __FBSDID("$FreeBSD$");
#include <sys/endian.h>
#include <sys/module.h>
#include <sys/bus.h>
+#include <sys/lock.h>
#include <sys/lockmgr.h>
#if defined(DIAGNOSTIC) && defined(__i386__) && defined(__FreeBSD__)
#include <machine/cpu.h>
OpenPOWER on IntegriCloud