char32: add missing header to work with musl

This commit is contained in:
Leonardo Neumann 2022-03-14 23:15:13 -03:00 committed by Daniel Eklöf
parent b661b47ee1
commit c365df495e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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