add missing case mapping between U+03F3 and U+037F
[musl] / src / ctype / isgraph.c
index a0aae08..292d198 100644 (file)
@@ -1,5 +1,4 @@
 #include <ctype.h>
-#include "libc.h"
 #undef isgraph
 
 int isgraph(int c)