diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:13:21 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-05-01 08:13:21 +0000 |
| commit | fb919e4d5a2c1baca52ac70d1064f140fffdda71 (patch) | |
| tree | 62c0461c4eb61081648eebf963146193ebdc7398 /sys/dev/usb | |
| parent | 8904de15a20f7c5372ec763d2b637b0997485466 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/uhid.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usb.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index d34329ea7bf7..869e94ecd7b1 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -45,7 +45,9 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/lock.h> #include <sys/malloc.h> +#include <sys/mutex.h> #include <sys/signalvar.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/device.h> diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 338871af4407..c99f8bfb000d 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -47,7 +47,9 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/lock.h> #include <sys/malloc.h> +#include <sys/mutex.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/device.h> #include <sys/kthread.h> |
