summaryrefslogtreecommitdiff
path: root/lib/libusbhid
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libusbhid')
-rw-r--r--lib/libusbhid/usbhid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libusbhid/usbhid.h b/lib/libusbhid/usbhid.h
index ca70def6440..6ca4e654f7b 100644
--- a/lib/libusbhid/usbhid.h
+++ b/lib/libusbhid/usbhid.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbhid.h,v 1.6 2014/05/12 17:03:28 mpi Exp $ */
+/* $OpenBSD: usbhid.h,v 1.7 2016/01/08 16:57:26 jcs Exp $ */
/* $NetBSD: usbhid.h,v 1.1 2001/12/28 17:45:27 augustss Exp $ */
/*
@@ -27,6 +27,8 @@
* SUCH DAMAGE.
*/
+#include <dev/hid/hid.h>
+
typedef struct report_desc *report_desc_t;
typedef struct hid_data *hid_data_t;