diff options
author | cody0 <cody0@yandex-team.com> | 2025-05-16 20:58:49 +0300 |
---|---|---|
committer | cody0 <cody0@yandex-team.com> | 2025-05-16 21:27:35 +0300 |
commit | cdcad4f48c1b639ee619172663fe60e45103cf0d (patch) | |
tree | ef51d6b3030995804f5269f2bee3292cd816d09b | |
parent | 2fce241a1198745a8de7dbfb9a1a42eeb86afae8 (diff) | |
download | ydb-cdcad4f48c1b639ee619172663fe60e45103cf0d.tar.gz |
fix: chip@1.4: add darwin required sysincls
commit_hash:c44dc8cb99bb00c0c0871114b80a8f2579d7dd95
-rw-r--r-- | build/sysincl/darwin.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml index 19cc327499f..3d25ed7c1f0 100644 --- a/build/sysincl/darwin.yml +++ b/build/sysincl/darwin.yml @@ -126,6 +126,7 @@ - os/proc.h - os/signpost.h - os/trace.h + - os/trace_base.h - panel.h - pthread/introspection.h - pthread/qos.h @@ -220,6 +221,7 @@ - CoreText/CTFontManager.h - CoreText/CoreText.h - CoreVideo/CoreVideo.h + - CoreWLAN/CoreWLAN.h - DeviceCheck/DCAppAttestService.h - Files.h - Foundation/Foundation.h |