Index: export_openems.c =================================================================== --- export_openems.c (revision 30916) +++ export_openems.c (revision 30917) @@ -724,7 +724,7 @@ } } -static void openems_set_color(pcb_hid_gc_t gc, const pcb_color_t *name) +static void openems_set_color(pcb_hid_gc_t gc, const rnd_color_t *name) { } Index: mesh.c =================================================================== --- mesh.c (revision 30916) +++ mesh.c (revision 30917) @@ -943,10 +943,10 @@ static void mesh_layer_reset() { - static pcb_color_t clr; + static rnd_color_t clr; if (clr.str[0] != '#') - pcb_color_load_str(&clr, "#007733"); + rnd_color_load_str(&clr, "#007733"); if (mesh.ui_layer_xy != NULL) pcb_uilayer_free(mesh.ui_layer_xy);