]> git.sur5r.net Git - u-boot/blobdiff - include/vsprintf.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / 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);
 
 /**