diff --git a/src/term.c b/src/term.c index c5bc5e247f4..0d414ab2f9b 100644 --- a/src/term.c +++ b/src/term.c @@ -1065,6 +1065,8 @@ calculate_ins_del_char_costs (frame) extern int x_screen_planes; #endif +extern do_line_insertion_deletion_costs (); + calculate_costs (frame) FRAME_PTR frame; {