Index: autocrop.c =================================================================== --- autocrop.c (revision 30911) +++ autocrop.c (revision 30912) @@ -42,7 +42,7 @@ static const char pcb_acts_autocrop[] = "autocrop()"; static fgw_error_t pcb_act_autocrop(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - pcb_box_t box; + rnd_box_t box; rnd_coord_t dx, dy, w, h; if (pcb_data_is_empty(PCB->Data))