from higuy: "PATH_MAX is defined there on macos"

This commit is contained in:
AzaezelX 2022-04-26 02:00:34 -05:00
parent bd1bbdc258
commit 4ae7d7ce3f

View file

@ -46,6 +46,9 @@
#if defined(__FreeBSD__)
#include <sys/types.h>
#endif
#if defined(__APPLE__)
#include <sys/syslimits.h>
#endif
#include <utime.h>
/* these are for reading directors, getting stats, etc. */