mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
Merge "chore(libc): clean up includes in lib/libc/printf.c" into integration
This commit is contained in:
commit
aa9d315009
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define get_num_va_args(_args, _lcount) \
|
||||
(((_lcount) > 1) ? va_arg(_args, long long int) : \
|
||||
|
|
Loading…
Add table
Reference in a new issue