]> git.pld-linux.org Git - packages/ghostscript.git/blame - ghostscript-time_h.patch
- pl for -cups
[packages/ghostscript.git] / ghostscript-time_h.patch
CommitLineData
77a5023a
AG
1--- gs6.50/base/time_.h.wiget Tue Feb 20 13:20:40 2001
2+++ gs6.50/base/time_.h Tue Feb 20 13:21:30 2001
2e747537 3@@ -37,6 +37,9 @@
4 * The HAVE_SYS_TIME_H switch in gconfig_.h reflects this.
5 */
6 #ifdef HAVE_SYS_TIME_H
7+# ifdef __linux__
8+# include <time.h>
9+# endif
10 # include <sys/time.h>
11 # if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */
12 # include <time.h>
This page took 0.033289 seconds and 4 git commands to generate.