add some impl comments to mac, fix a hypothetical bug
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
39bee0e5cc
commit
d0a6bd892d
2 changed files with 18 additions and 7 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#ifdef __unix__
|
||||
#if defined(__unix__) || defined(__APPLE__)
|
||||
#include <dirent.h>
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue