comparison src/systime.h @ 9238:8d32c453160f

Don't include <utime.h> here; do it in sysdep.c instead.
author Karl Heuer <kwzh@gnu.org>
date Sun, 02 Oct 1994 21:41:57 +0000
parents ff77b0aa7754
children ac7375e60931
comparison
equal deleted inserted replaced
9237:749eaf4d886d 9238:8d32c453160f
24 #ifdef HAVE_SYS_TIME_H 24 #ifdef HAVE_SYS_TIME_H
25 #include <sys/time.h> 25 #include <sys/time.h>
26 #else 26 #else
27 #include <time.h> 27 #include <time.h>
28 #endif 28 #endif
29 #endif
30 #ifdef HAVE_UTIME_H
31 #include <utime.h>
32 #endif 29 #endif
33 30
34 #ifdef HAVE_TZNAME 31 #ifdef HAVE_TZNAME
35 #ifndef tzname /* For SGI. */ 32 #ifndef tzname /* For SGI. */
36 extern char *tzname[]; /* RS6000 and others want it this way. */ 33 extern char *tzname[]; /* RS6000 and others want it this way. */