linux/time.h: include vsprintf.h
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:44:52 +0000 (09:44 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:19 +0000 (16:44 -0500)
commitbd3c3dd7fbb152412c16688cf3b70c6a302eda8a
tree07cbed924634fcca54a8f6facc9be0a4b782b165
parent29852bfc2296152baf31958092eb1f7384359185
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>
include/linux/time.h