[libc][Bazel] Bazel fix for 494734b06d

This commit is contained in:
Dmitry Chernenkov 2023-03-22 12:50:22 +00:00
parent 255ba1c334
commit f0111f2039

View File

@ -219,6 +219,7 @@ libc_support_library(
hdrs = ["src/__support/arg_list.h"],
deps = [
":libc_root",
":__support_common",
],
)