]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/vsprintf.h
bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR
[people/ms/u-boot.git] / include / vsprintf.h
index 490c96ca6d1fcb32c4a0c0b3c0f53ba1f65f15c3..33d05aa0c65cb6f7a0b4a7d7fb32b269f6b2100b 100644 (file)
@@ -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);