diff -r -u gnu-ghostscript-5.50/time_.h ghostscript/time_.h --- gnu-ghostscript-5.50/time_.h Sun Feb 13 18:28:49 2000 +++ ghostscript/time_.h Tue Feb 20 22:56:07 2001 @@ -38,6 +38,10 @@ */ #include "gconfig_.h" +#ifdef HAVE_TIME_H +#include +#endif + /* * Some System V environments don't include sys/time.h. * The HAVE_SYS_TIME_H switch in gconfig_.h reflects this. diff -r -u gnu-ghostscript-5.50/unixtail.mak ghostscript/unixtail.mak --- gnu-ghostscript-5.50/unixtail.mak Sun Feb 13 18:29:08 2000 +++ ghostscript/unixtail.mak Tue Feb 20 22:55:53 2001 @@ -106,6 +106,7 @@ if ( test -f $(INCLUDE)/sys/dir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_DIR_H; else true; fi if ( test -f $(INCLUDE)/sys/ndir.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_NDIR_H; else true; fi if ( test -f $(INCLUDE)/sys/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIME_H; else true; fi + if ( test -f $(INCLUDE)/time.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_TIME_H; else true; fi if ( test -f $(INCLUDE)/sys/times.h ); then $(ECHOGS_XE) -a $(gconfig__h) -x 23 define HAVE_SYS_TIMES_H; else true; fi # ----------------------------- Main program ------------------------------ #