[libc][obvious] fix missing stdio dependency
Differential Revision: https://reviews.llvm.org/D146482
This commit is contained in:
parent
0d3f7d2ab3
commit
3d9e646c7c
|
@ -6,5 +6,6 @@ add_entrypoint_object(
|
|||
HDRS
|
||||
wctob.h
|
||||
DEPENDS
|
||||
libc.include.stdio
|
||||
libc.src.__support.wctype_utils
|
||||
)
|
||||
|
|
|
@ -7,6 +7,7 @@ add_libc_unittest(
|
|||
SRCS
|
||||
btowc_test.cpp
|
||||
DEPENDS
|
||||
libc.include.stdio
|
||||
libc.src.wchar.btowc
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user