From 1395ba12a528eb772393af5a51cdac7fb6267101 Mon Sep 17 00:00:00 2001 From: roberto Date: Thu, 6 Jul 2000 08:37:34 +0000 Subject: Fix buildworld. --- sys/dev/usb/usbhid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index f8f28dc..a662f85 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -54,6 +54,8 @@ #define UR_GET_PROTOCOL 0x03 #define UR_SET_PROTOCOL 0x0b +#define UPACKED __attribute__ ((packed)) + typedef struct usb_hid_descriptor { uByte bLength; uByte bDescriptorType; -- cgit v1.1