]> git.baikalelectronics.ru Git - arm-tf.git/commit
chore(libc): clean up includes in lib/libc/printf.c
authorJorge Troncoso <jatron@google.com>
Wed, 28 Sep 2022 00:35:54 +0000 (17:35 -0700)
committerJorge Troncoso <jatron@google.com>
Wed, 28 Sep 2022 05:50:54 +0000 (22:50 -0700)
commitc5862af72d5c2f2b637d9d54c29d2d5e43a3b991
tree8b663a19af458c56cd0966f27c783927d13962ad
parent58aebb6a53170cca6211e400e6630d2747bac9de
chore(libc): clean up includes in lib/libc/printf.c

stddef.h is needed for the definition of size_t
stdio.h is needed for the declaration of putchar

Signed-off-by: Jorge Troncoso <jatron@google.com>
Change-Id: I72dac843dbbfc440cff0f9e9d13669b78a812abc
lib/libc/printf.c