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