Searched hist:f272f1fcd9db5364a66652d2624b5672e2d398bd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | vsprintf.h | f272f1fcd9db5364a66652d2624b5672e2d398bd Tue Jul 05 08:26:36 UTC 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>
|