From: Masahiro Yamada Date: Sat, 16 Sep 2017 05:10:43 +0000 (+0900) Subject: vsprintf.h: include X-Git-Tag: v2017.11-rc2~136 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f7d6b896d641767e04409fc3abf05338b19d9109;p=u-boot vsprintf.h: include This header uses ulong, size_t, loff_t. Include to make this header self-contained. Signed-off-by: Masahiro Yamada --- diff --git a/include/vsprintf.h b/include/vsprintf.h index 490c96ca6d..33d05aa0c6 100644 --- a/include/vsprintf.h +++ b/include/vsprintf.h @@ -9,6 +9,7 @@ #define __VSPRINTF_H #include +#include ulong simple_strtoul(const char *cp, char **endp, unsigned int base);