mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
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 <assert.h>
|
||||||
|
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
#include <stdc-predef.h>
|
||||||
|
|
||||||
#define LOG_MODULE "char32"
|
#define LOG_MODULE "char32"
|
||||||
#define LOG_ENABLE_DBG 0
|
#define LOG_ENABLE_DBG 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue