mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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__)
|
#if defined(__FreeBSD__)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__APPLE__)
|
||||||
|
#include <sys/syslimits.h>
|
||||||
|
#endif
|
||||||
#include <utime.h>
|
#include <utime.h>
|
||||||
|
|
||||||
/* these are for reading directors, getting stats, etc. */
|
/* these are for reading directors, getting stats, etc. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue