diff --git a/include/time.h b/include/time.h index a2a89c7932ed..1c63cf6dc3fc 100644 --- a/include/time.h +++ b/include/time.h @@ -116,6 +116,10 @@ struct tm { #include +#ifndef _ANSI_SOURCE +extern char *tzname[]; +#endif + __BEGIN_DECLS char *asctime __P((const struct tm *)); clock_t clock __P((void));