diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:14:20 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-03-28 18:14:20 +0000 |
| commit | e2d8b546302e3ae7e5f8c55e0ca4b75f31cf50ea (patch) | |
| tree | 606130c5981227754cee4c0689e67979ba40b7a4 /usr.bin/usbhidctl | |
| parent | c1508b28c6d34835119ee7095acad0ec94eff237 (diff) | |
Notes
Diffstat (limited to 'usr.bin/usbhidctl')
| -rw-r--r-- | usr.bin/usbhidctl/usbhid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 4f4677c392984..0584a7660f412 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -47,7 +47,7 @@ #include <err.h> #include <ctype.h> #include <errno.h> -#include <libusb.h> +#include <libusbhid.h> #include <dev/usb/usb.h> #include <dev/usb/usbhid.h> |
