@@ -476,10 +476,15 @@ char *getenv ();
#endif
#include <time.h>
+#include <sys/time.h>
#ifndef time
time_t time ();
+#ifdef HAVE_UTIME_H
+# include <utime.h>
+#endif
+
/* Library modules. */
#include <dirname.h>