char32: add missing header to work with musl

This commit is contained in:
Leonardo Neumann 2022-02-21 02:18:54 -03:00
parent c44970717b
commit 265188ca4c
No known key found for this signature in database
GPG key ID: 6E644DC89891C65C

View file

@ -5,6 +5,7 @@
#include <assert.h>
#include <wchar.h>
#include <stdc-predef.h>
#define LOG_MODULE "char32"
#define LOG_ENABLE_DBG 0