Index: tinycad.c =================================================================== --- tinycad.c (revision 32681) +++ tinycad.c (revision 32682) @@ -35,6 +35,7 @@ #include "board.h" #include "data.h" +#include "undo.h" #include "plug_import.h" #include @@ -167,7 +168,10 @@ return -1; } + pcb_undo_freeze_serial(); ret = tinycad_parse_net(fn); + pcb_undo_unfreeze_serial(); + pcb_undo_inc_serial(); fclose(fn); return ret;