diff options
Diffstat (limited to 'sys/dev/usb/uthum.c')
-rw-r--r-- | sys/dev/usb/uthum.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/uthum.c b/sys/dev/usb/uthum.c index 1cedef76b35..f70294d7d74 100644 --- a/sys/dev/usb/uthum.c +++ b/sys/dev/usb/uthum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthum.c,v 1.28 2014/12/11 18:39:27 mpi Exp $ */ +/* $OpenBSD: uthum.c,v 1.29 2016/01/08 15:54:14 jcs Exp $ */ /* * Copyright (c) 2009, 2010 Yojiro UO <yuo@nui.org> @@ -32,7 +32,8 @@ #include <dev/usb/usbdi_util.h> #include <dev/usb/usbdevs.h> #include <dev/usb/uhidev.h> -#include <dev/usb/hid.h> + +#include <dev/hid/hid.h> #ifdef UTHUM_DEBUG #define DPRINTF(x) do { printf x; } while (0) |