mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue