From d248a67af1d849438e146bccd46adb1eb0a9f3b5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 30 Apr 2004 04:11:58 +0000 Subject: Timezone library changes to map into our backend code. --- src/timezone/localtime.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/timezone/localtime.c') diff --git a/src/timezone/localtime.c b/src/timezone/localtime.c index 33e22a5e20..4f389b52de 100644 --- a/src/timezone/localtime.c +++ b/src/timezone/localtime.c @@ -1,3 +1,8 @@ +#include "pgtz.h" +#undef open +#define timezone pg_timezone +#define USG_COMPAT +extern time_t pg_timezone; /* ** This file is in the public domain, so clarified as of ** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). -- cgit v1.2.1