|
Lines 28-34
Link Here
|
| 28 |
# include <io.h> /* _chmod */ |
28 |
# include <io.h> /* _chmod */ |
| 29 |
#else |
29 |
#else |
| 30 |
# include <unistd.h> /* chown, stat */ |
30 |
# include <unistd.h> /* chown, stat */ |
| 31 |
# if PLATFORM_POSIX_VERSION < 200809L |
31 |
# if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime) |
| 32 |
# include <utime.h> /* utime */ |
32 |
# include <utime.h> /* utime */ |
| 33 |
# else |
33 |
# else |
| 34 |
# include <fcntl.h> /* AT_FDCWD */ |
34 |
# include <fcntl.h> /* AT_FDCWD */ |