diff options
Diffstat (limited to 'time/tzset.c')
-rw-r--r-- | time/tzset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/tzset.c b/time/tzset.c index 085dfcaa33..886ac6c0c8 100644 --- a/time/tzset.c +++ b/time/tzset.c @@ -77,6 +77,7 @@ static int compute_change __P ((tz_rule *rule, int year)); static char *old_tz = NULL; /* Interpret the TZ envariable. */ +void __tzset_internal __P ((void)); void __tzset_internal () { |