summaryrefslogtreecommitdiff
blob: 552bfd14edd7d6cbf52a46f55aed789a1e08bd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- tmclock.c	2005-09-21 18:39:57 +0200
+++ tmclock.c.new	2007-06-16 15:58:26 +0200
@@ -18,8 +18,10 @@
 #include <sys/time.h>
 #else
 #include <time.h>
+#ifdef timezone
 extern long	timezone;	/* should be in <time.h>, but isn't on Sun */
 #endif
+#endif
 
 long	tzone;