more header fixes, minor warning fix
[musl] / src / ctype / wcwidth.c
index ebc560a..eaafd7c 100644 (file)
@@ -1,5 +1,6 @@
 #include <inttypes.h>
 #include <wchar.h>
+#include <wctype.h>
 
 #define R(a,b,w) { (b), (w)/2, (b)-(a) }