Raymond Toy pushed to branch issue-373-handle-temp-files at cmucl / cmucl
Commits:
-
aef4de54
by Raymond Toy at 2025-02-19T18:30:00-08:00
1 changed file:
Changes:
| ... | ... | @@ -21,6 +21,9 @@ |
| 21 | 21 | #include <sys/utsname.h>
|
| 22 | 22 | #include <unistd.h>
|
| 23 | 23 | #include <time.h>
|
| 24 | +#if defined(DARWIN)
|
|
| 25 | +#include <sys/syslimits.h>
|
|
| 26 | +#endif
|
|
| 24 | 27 | |
| 25 | 28 | #include "os.h"
|
| 26 | 29 | #include "internals.h"
|