Added explicit include of time.h.
Most of the systems have it included due to namespace pollution, but
relying on this is a bad idea. Explicit include is required for at least
Debian GNU/Hurd.
Maxim Dounin
10 years ago
22 | 22 | #include <grp.h> |
23 | 23 | #include <dirent.h> |
24 | 24 | #include <glob.h> |
25 | #include <time.h> | |
25 | 26 | #include <sys/param.h> /* ALIGN() */ |
26 | 27 | #include <sys/mount.h> /* statfs() */ |
27 | 28 |