commit | 70ed993db0755366b359f49f9d6ac578ad1e8b16 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Sep 16 14:10:43 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 04 12:00:19 2017 -0400 |
tree | 90ffd8474ff3807d8aacdafb1dd5feda5af2deb6 | |
parent | 0c9f8eb0f0a80a8ec619d9a650e840923fdba84f [diff] |
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>