Include <sys/time.h> and <utime.h> when available

This commit is contained in:
Sergey Poznyakoff
2004-04-04 09:33:41 +00:00
parent 15a607fc11
commit 55a96565b5

View File

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