Index: global_typedefs.h =================================================================== --- global_typedefs.h (revision 17440) +++ global_typedefs.h (revision 17441) @@ -65,6 +65,8 @@ typedef unsigned int pcb_cardinal_t; typedef unsigned char pcb_uint8_t; /* Don't use in new code. */ +typedef struct pcb_hid_action_s pcb_hid_action_t; + #include "pcb_bool.h" #include "unit.h"