diff options
author | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 16:57:27 +0000 |
---|---|---|
committer | Joshua Stein <jcs@cvs.openbsd.org> | 2016-01-08 16:57:27 +0000 |
commit | b18c058c09589a2a610a70c071721de410eaca26 (patch) | |
tree | 385cdcb0863b5e3f64e7a847025ae81fed4a6019 /lib/libusbhid | |
parent | 3c3fadee7eb7731cd3ba2ee8bda66598e964495f (diff) |
pull in dev/hid/hid.h for moved HIO_* vars
Diffstat (limited to 'lib/libusbhid')
-rw-r--r-- | lib/libusbhid/usbhid.h | 4 |
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; |