char32: add missing header to work with musl

This commit is contained in:
Leonardo Neumann 2022-03-14 23:15:13 -03:00
parent a1287220ab
commit be1f4a5314
No known key found for this signature in database
GPG key ID: 6E644DC89891C65C

View file

@ -6,6 +6,7 @@
#include <wctype.h>
#include <wchar.h>
#include <stdc-predef.h>
#define LOG_MODULE "char32"