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