ls1043ardb: PPA: add PPA validation in case of secure boot
[oweals/u-boot.git] / include / vsprintf.h
index 376f5dd32499d54eac281435b9ab24cf2aeb8c3f..60e91d119eeed301799b3321d36d1616cdb9ae91 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef __VSPRINTF_H
 #define __VSPRINTF_H
 
+#include <stdarg.h>
+
 ulong simple_strtoul(const char *cp, char **endp, unsigned int base);
 
 /**