projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a719f9
)
vsprintf.h: include <linux/types.h>
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Sat, 16 Sep 2017 05:10:43 +0000
(14:10 +0900)
committer
Tom Rini
<trini@konsulko.com>
Wed, 4 Oct 2017 16:00:19 +0000
(12:00 -0400)
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
patch
|
blob
|
history
diff --git
a/include/vsprintf.h
b/include/vsprintf.h
index 490c96ca6d1fcb32c4a0c0b3c0f53ba1f65f15c3..33d05aa0c65cb6f7a0b4a7d7fb32b269f6b2100b 100644
(file)
--- a/
include/vsprintf.h
+++ b/
include/vsprintf.h
@@
-9,6
+9,7
@@
#define __VSPRINTF_H
#include <stdarg.h>
+#include <linux/types.h>
ulong simple_strtoul(const char *cp, char **endp, unsigned int base);