[bazel] Add missing dependency after 9884eb149e612

This commit is contained in:
Benjamin Kramer 2023-03-31 19:31:25 +02:00 committed by GitHub
parent 855d3cb8e3
commit 262e3d5f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,7 @@ libc_support_library(
deps = [
":__support_common",
":__support_cpp_limits",
":__support_cpp_type_traits",
":__support_ctype_utils",
":__support_str_to_num_result",
":errno",