diff options
Diffstat (limited to 'libc/tzcode')
-rw-r--r-- | libc/tzcode/strftime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/tzcode/strftime.c b/libc/tzcode/strftime.c index a2cc3b3..f6e7435 100644 --- a/libc/tzcode/strftime.c +++ b/libc/tzcode/strftime.c @@ -38,6 +38,7 @@ static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; #include "locale.h" #include <ctype.h> #include <time64.h> +#include <bionic_time.h> /* for strftime_tz */ /* struct lc_time_T is now defined as strftime_locale * in <time.h> |