Index: rats_mincut.c =================================================================== --- rats_mincut.c (revision 4773) +++ rats_mincut.c (revision 4774) @@ -161,7 +161,7 @@ for (n = short_conns, gids = 2; n != NULL; n = n->next, gids++) { char *s; const char *typ; - ElementType *parent; + pcb_element_t *parent; n->gid = gids; debprintf(" {%d} found %d %d/%p type %d from %d\n", n->gid, n->to_type, n->to->ID, (void *)n->to, n->type, n->from_id); lut_by_oid[n->to->ID] = n;