diff options
Diffstat (limited to 'src/include/pgtime.h')
-rw-r--r-- | src/include/pgtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgtime.h b/src/include/pgtime.h index 441d7847c12..1c44be8baa9 100644 --- a/src/include/pgtime.h +++ b/src/include/pgtime.h @@ -81,7 +81,7 @@ extern size_t pg_strftime(char *s, size_t max, const char *format, /* these functions and variables are in pgtz.c */ extern PGDLLIMPORT pg_tz *session_timezone; -extern pg_tz *log_timezone; +extern PGDLLIMPORT pg_tz *log_timezone; extern void pg_timezone_initialize(void); extern pg_tz *pg_tzset(const char *tzname); |