[libc] Add missing libc.include.inttypes for targets including <inttypes.h>. (#150345)

This commit is contained in:
lntue
2025-07-24 04:39:33 +00:00
committed by GitHub
parent afbf86e719
commit 42017c661c
2 changed files with 3 additions and 0 deletions

View File

@@ -187,6 +187,7 @@ add_header_macro(
arpa/inet.h
DEPENDS
.llvm_libc_common_h
.inttypes
)
add_header_macro(

View File

@@ -44,6 +44,7 @@ add_header_library(
HDRS
core_structs.h
DEPENDS
libc.include.inttypes
libc.src.__support.CPP.string_view
libc.src.__support.FPUtil.fp_bits
)
@@ -97,6 +98,7 @@ add_header_library(
.core_structs
.printf_config
.writer
libc.include.inttypes
libc.src.__support.big_int
libc.src.__support.common
libc.src.__support.CPP.limits