aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/usbhidctl
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-03-28 18:14:20 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-03-28 18:14:20 +0000
commite2d8b546302e3ae7e5f8c55e0ca4b75f31cf50ea (patch)
tree606130c5981227754cee4c0689e67979ba40b7a4 /usr.bin/usbhidctl
parentc1508b28c6d34835119ee7095acad0ec94eff237 (diff)
downloadsrc-e2d8b546302e3ae7e5f8c55e0ca4b75f31cf50ea.tar.gz
src-e2d8b546302e3ae7e5f8c55e0ca4b75f31cf50ea.zip
Use libusbhid.h instead of libusb.h.
Notes
Notes: svn path=/head/; revision=93349
Diffstat (limited to 'usr.bin/usbhidctl')
-rw-r--r--usr.bin/usbhidctl/usbhid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c
index 4f4677c39298..0584a7660f41 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>