mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
char32: add missing header to work with musl
This commit is contained in:
parent
b661b47ee1
commit
c365df495e
1 changed files with 1 additions and 0 deletions
1
char32.c
1
char32.c
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
#include <stdc-predef.h>
|
||||||
|
|
||||||
|
|
||||||
#define LOG_MODULE "char32"
|
#define LOG_MODULE "char32"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue