diff --git a/vlib/v/markused/markused.v b/vlib/v/markused/markused.v index f75b0b4c70..c40dcbedac 100644 --- a/vlib/v/markused/markused.v +++ b/vlib/v/markused/markused.v @@ -115,6 +115,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F 'os.getwd', 'os.init_os_args', 'os.init_os_args_wide', + 'v.embed_file.find_index_entry_by_path', ] if pref.is_bare {