[U-Boot] [PATCH v2 3/9] vsprintf: Include stdarg for va_list
Simon Glass
sjg at chromium.org
Fri Jun 10 02:34:39 CEST 2016
On 27 May 2016 at 03:13, Maxime Ripard <maxime.ripard at free-electrons.com> wrote:
> vsprintf.h doesn't include the stdarg.h file, which means that it relies on
> the files that include vsprintf.h to include stdarg.h as well.
>
> Add an explicit include to avoid build errors when simply including that
> file.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
> include/vsprintf.h | 2 ++
> 1 file changed, 2 insertions(+)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list