]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/vsprintf.h
fdt: print error messages with 'printf' rather than 'debug'
[karo-tx-uboot.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);
 
 /**