Merge pull request #771 from Azaezel/alpha40/macCompile

correct mac compilation
This commit is contained in:
Brian Roberts 2022-04-26 08:31:41 -05:00 committed by GitHub
commit 113f9da67f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

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. */