diff options
Diffstat (limited to 'sys/dev/usb/ucycom.c')
-rw-r--r-- | sys/dev/usb/ucycom.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c index a75c1fd484f..47ce48065e5 100644 --- a/sys/dev/usb/ucycom.c +++ b/sys/dev/usb/ucycom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ucycom.c,v 1.32 2015/01/04 08:42:04 jsg Exp $ */ +/* $OpenBSD: ucycom.c,v 1.33 2016/01/08 15:54:14 jcs Exp $ */ /* $NetBSD: ucycom.c,v 1.3 2005/08/05 07:27:47 skrll Exp $ */ /* @@ -54,10 +54,11 @@ #include <dev/usb/usbdi_util.h> #include <dev/usb/usbdevs.h> #include <dev/usb/uhidev.h> -#include <dev/usb/hid.h> #include <dev/usb/ucomvar.h> +#include <dev/hid/hid.h> + #ifdef UCYCOM_DEBUG #define DPRINTF(x) if (ucycomdebug) printf x #define DPRINTFN(n, x) if (ucycomdebug > (n)) printf x |