]> git.ipfire.org Git - people/ms/u-boot.git/commit
vsprintf.h: include <linux/types.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 16 Sep 2017 05:10:43 +0000 (14:10 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 4 Oct 2017 16:00:19 +0000 (12:00 -0400)
commitf7d6b896d641767e04409fc3abf05338b19d9109
tree90ffd8474ff3807d8aacdafb1dd5feda5af2deb6
parent5a719f921871d852a83870b12158e00e8715647e
vsprintf.h: include <linux/types.h>

This header uses ulong, size_t, loff_t.
Include <linux/types.h> to make this header self-contained.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/vsprintf.h