fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / vfwprintf.c
index a42ba195f8b06c6e1b17feb8d46816773344408d..eb0793121ed1b5d8a0e089a24188ffdaf000f3c0 100644 (file)
@@ -1,4 +1,11 @@
 #include "stdio_impl.h"
+#include <errno.h>
+#include <ctype.h>
+#include <limits.h>
+#include <string.h>
+#include <stdarg.h>
+#include <wchar.h>
+#include <inttypes.h>
 
 /* Convenient bit representation for modifier flags, which all fall
  * within 31 codepoints of the space character. */