[roll] Roll fuchsia [media][ui][heap][trace-engine] Fix missing includes for stdio.h

Upstream libc++ has removed some transitive includes, and stdio.h is no
longer pulled in by a number of different headers. This is usually
required, for symbols like `snprintf` or `stderr`.

Original-Bug: 381885679
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1166980
Original-Revision: 7c105303123e80ea949911403ee22641ce2a100e
GitOrigin-RevId: 2dfd6485dafda2aee6b25c4e5cd1b7abdc9eaf23
Change-Id: I25c51c5520bc6aaa6a53b700eb9c5581f83128c8
1 file changed
tree: aaa5d0120cd84feb9936ad7692afe0ccdb7f2d57
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.