aboutsummaryrefslogtreecommitdiff
path: root/src/include/pgtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pgtime.h')
-rw-r--r--src/include/pgtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pgtime.h b/src/include/pgtime.h
index 4fd8f75ef91..8a13d717e0d 100644
--- a/src/include/pgtime.h
+++ b/src/include/pgtime.h
@@ -70,7 +70,7 @@ extern size_t pg_strftime(char *s, size_t max, const char *format,
/* these functions and variables are in pgtz.c */
-extern pg_tz *session_timezone;
+extern PGDLLIMPORT pg_tz *session_timezone;
extern pg_tz *log_timezone;
extern void pg_timezone_initialize(void);