
10 Jun
2016
10 Jun
'16
2:34 a.m.
On 27 May 2016 at 03:13, Maxime Ripard maxime.ripard@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@free-electrons.com
include/vsprintf.h | 2 ++ 1 file changed, 2 insertions(+)
Acked-by: Simon Glass sjg@chromium.org