forked from external/yambar
char32: add missing header to work with musl
This commit is contained in:
parent
c44970717b
commit
265188ca4c
1 changed files with 1 additions and 0 deletions
1
char32.c
1
char32.c
|
@ -5,6 +5,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
#include <wchar.h>
|
||||
#include <stdc-predef.h>
|
||||
|
||||
#define LOG_MODULE "char32"
|
||||
#define LOG_ENABLE_DBG 0
|
||||
|
|
Loading…
Add table
Reference in a new issue