From ee76ce7fa5c02682cf548091bc225e42962de827 Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Thu, 6 Jul 2000 08:37:34 +0000 Subject: [PATCH] Fix buildworld. --- sys/dev/usb/usbhid.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index f8f28dc28f75..a662f851c3e5 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;