Index: order.c =================================================================== --- order.c (revision 30970) +++ order.c (revision 30971) @@ -171,7 +171,7 @@ { rnd_rnd_box_t bb; long l; - pcb_layergrp_id_t gid; + rnd_layergrp_id_t gid; switch(f->autoload) { case PCB_OAL_none: return; Index: order.h =================================================================== --- order.h (revision 30970) +++ order.h (revision 30971) @@ -64,7 +64,7 @@ typedef struct pcb_order_field_s { pcb_hid_attr_type_t type; - pcb_hid_attr_val_t val; + rnd_hid_attr_val_t val; char **enum_vals; char *help; pcb_order_autoload_t autoload;