Home
last modified time | relevance | path

Searched hist:f272f1fc (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Dvsprintf.hf272f1fc Tue Jul 05 03:26:36 CDT 2016 Maxime Ripard <maxime.ripard@free-electrons.com> vsprintf: Include stdarg for va_list

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.

Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>