From e276291240d47503bbce8f9bf6a859048f235e7a Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Fri, 19 Nov 1993 11:05:33 +0000 Subject: Declare variable t_local --- server/timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/timer.c') diff --git a/server/timer.c b/server/timer.c index c671c8b..05d5fcb 100644 --- a/server/timer.c +++ b/server/timer.c @@ -68,6 +68,7 @@ long nexttimo = 0L; /* the Unix time of the next alarm */ static timer timers = NULL; static long right_now; +struct timeval t_local; #ifdef __STDC__ # define P(s) s -- cgit v1.2.3