From f7d6b896d641767e04409fc3abf05338b19d9109 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sat, 16 Sep 2017 14:10:43 +0900 Subject: [PATCH] vsprintf.h: include This header uses ulong, size_t, loff_t. Include to make this header self-contained. Signed-off-by: Masahiro Yamada --- include/vsprintf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vsprintf.h b/include/vsprintf.h index 490c96c..33d05aa 100644 --- a/include/vsprintf.h +++ b/include/vsprintf.h @@ -9,6 +9,7 @@ #define __VSPRINTF_H #include +#include ulong simple_strtoul(const char *cp, char **endp, unsigned int base); -- 2.7.4