fix bug in dladdr that prevented resolving addresses in the PLT
[oweals/musl.git] / src / stdio / fgetwc.c
index 6f9f9ec21f8351cecf5131db636f8600364e8fab..8626d54caa5dba9a5513da8ffaf180652443bf12 100644 (file)
@@ -1,4 +1,6 @@
 #include "stdio_impl.h"
+#include <wchar.h>
+#include <errno.h>
 
 wint_t __fgetwc_unlocked(FILE *f)
 {