From 0a070b71d9dc1725963670d4d2fb3880ec857f15 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Aug 2022 23:10:07 -0500 Subject: [PATCH] Cleanup: Add missing dependency in UTF8 program. --- level_3/utf8/data/build/dependencies | 3 +++ 1 file changed, 3 insertions(+) diff --git a/level_3/utf8/data/build/dependencies b/level_3/utf8/data/build/dependencies index fd644c4..6e53394 100644 --- a/level_3/utf8/data/build/dependencies +++ b/level_3/utf8/data/build/dependencies @@ -3,6 +3,7 @@ f_type f_status f_memory +f_type_array f_string f_utf f_color @@ -12,9 +13,11 @@ f_file f_pipe f_print f_signal + fl_conversion fl_print fl_string + fll_error fll_print fll_program -- 1.8.3.1