From 3474d93d402c549a8b2873e66ce3816f3747ecd2 Mon Sep 17 00:00:00 2001 From: kib Date: Sun, 10 Feb 2008 07:34:16 +0000 Subject: After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of the sys/lock.h. --- sys/dev/usb/ehci.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #if defined(DIAGNOSTIC) && defined(__i386__) && defined(__FreeBSD__) #include -- cgit v1.1