add ether_aton[_r] and ether_ntoa[_r] functions
[musl] / src / stdio / putwchar.c
index 3aacc1c..b249c4a 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <wchar.h>
 
 wint_t putwchar(wchar_t c)
 {