提交 bd3c3dd7 编写于 作者: A AKASHI Takahiro 提交者: Tom Rini

linux/time.h: include vsprintf.h

Without this commit, time.h possibly causes a build error as
asctime_r() uses sprintf().
Signed-off-by: NAKASHI Takahiro <takahiro.akashi@linaro.org>
上级 29852bfc
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define _LINUX_TIME_H #define _LINUX_TIME_H
#include <rtc.h> #include <rtc.h>
#include <vsprintf.h>
#include <linux/types.h> #include <linux/types.h>
#define _DEFUN(a,b,c) a(c) #define _DEFUN(a,b,c) a(c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册