add md4c as dep
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-10 00:32:59 +09:00
commit 958a2b3334
Signed by: nishi
GPG key ID: 27EF69B208EB9343
6 changed files with 10 additions and 2 deletions

View file

@ -17,6 +17,7 @@
#endif
#include <xemil.h>
#include <md4c.h>
#ifdef _WIN32
#define io_mkdir(x, y) _mkdir(x)