mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
linux/time.h: include vsprintf.h
Without this commit, time.h possibly causes a build error as asctime_r() uses sprintf(). Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
This commit is contained in:
parent
29852bfc22
commit
bd3c3dd7fb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user