fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / fputwc.c
index 45ea8c23ac2bc5cb43fea7a0ad4c33ba80c94412..7b621dd2ff9a868cd08e3beeeff3f53887dc89d7 100644 (file)
@@ -1,4 +1,7 @@
 #include "stdio_impl.h"
+#include <wchar.h>
+#include <limits.h>
+#include <ctype.h>
 
 wint_t __fputwc_unlocked(wchar_t c, FILE *f)
 {