From 2db08dbb82709b7076cdabbb73e165d55868e7cf Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 10 Feb 2008 07:34:16 +0000 Subject: [PATCH] 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 bd4143298ff..661642f080c 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