add some impl comments to mac, fix a hypothetical bug
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-18 11:02:44 -07:00
commit d0a6bd892d
2 changed files with 18 additions and 7 deletions

View file

@ -54,7 +54,7 @@
#include <limits.h>
#endif
#ifdef __unix__
#if defined(__unix__) || defined(__APPLE__)
#include <dirent.h>
#include <dlfcn.h>
#endif