summaryrefslogtreecommitdiff
path: root/server/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/timer.c')
-rw-r--r--server/timer.c1
1 files changed, 1 insertions, 0 deletions
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