linux / macos build fix.

This commit is contained in:
Jean-François DEL NERO
2026-05-09 00:27:08 +02:00
parent a07f1e349b
commit 6f07739ba5
@@ -46,6 +46,10 @@
# include <stddef.h>
#endif
#if !defined(_WIN32)
# include <unistd.h>
#endif
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
# include <sys/stat.h>