mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
5a719f9218
commit
f7d6b896d6
@@ -9,6 +9,7 @@
|
|||||||
#define __VSPRINTF_H
|
#define __VSPRINTF_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
ulong simple_strtoul(const char *cp, char **endp, unsigned int base);
|
ulong simple_strtoul(const char *cp, char **endp, unsigned int base);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user