diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-30 07:10:43 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-12-30 07:10:43 +0000 |
commit | ef1f7e9352e0efb6304de6976d60a389181100a5 (patch) | |
tree | 4518f767026889a4b6743aa338948c3ead95dba7 /usr.bin/usbhidctl/usbhid.c | |
parent | b2ca86ea46dbad5c9552bc2cf12e39cb748d3d0e (diff) |
libusb has been renamed
Diffstat (limited to 'usr.bin/usbhidctl/usbhid.c')
-rw-r--r-- | usr.bin/usbhidctl/usbhid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 768ce6fa40a..6630ad8f156 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhid.c,v 1.1 2001/09/02 17:55:29 pvalchev Exp $ */ +/* $OpenBSD: usbhid.c,v 1.2 2001/12/30 07:10:42 pvalchev Exp $ */ /* $NetBSD: usbhid.c,v 1.17 2001/03/28 03:17:42 simonb Exp $ */ /* @@ -51,7 +51,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> -#include <usb.h> +#include <usbhid.h> /* Parser tokens */ #define DELIM_USAGE '.' |