Index: font.h =================================================================== --- font.h (revision 38299) +++ font.h (revision 38300) @@ -38,7 +38,11 @@ #include "obj_arc_list.h" #include -#include +#ifdef PCB_WANT_FONT2 +# include +#else +# include +#endif struct pcb_font_s { /* complete set of symbols */ rnd_font_t rnd_font; /* temporary */