mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
from higuy: "PATH_MAX is defined there on macos"
This commit is contained in:
parent
bd1bbdc258
commit
4ae7d7ce3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue