
25 Oct
2019
25 Oct
'19
12:07 p.m.
Without this commit, time.h possibly causes a build error as asctime_r() uses sprintf().
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org --- include/linux/time.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/linux/time.h b/include/linux/time.h index dc9344a6d97b..702dd276aea5 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -2,6 +2,7 @@ #define _LINUX_TIME_H
#include <rtc.h> +#include <vsprintf.h> #include <linux/types.h>
#define _DEFUN(a,b,c) a(c)
--
2.21.0