From 04d426ba7065301f65227259209ecc9e5a314551 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 30 Apr 2004 20:01:39 +0000 Subject: Allow build of timezone database on unix. --- src/timezone/private.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/timezone/private.h') diff --git a/src/timezone/private.h b/src/timezone/private.h index c8f45486837..d71c58b6acb 100644 --- a/src/timezone/private.h +++ b/src/timezone/private.h @@ -88,7 +88,12 @@ static char privatehid[] = "@(#)private.h 7.53"; #include "errno.h" #include "string.h" #include "limits.h" /* for CHAR_BIT */ + +#define save_timezone pg_timezone +#undef timezone #include "time.h" +#define timezone save_timezone + #include "stdlib.h" #if HAVE_GETTEXT - 0 -- cgit v1.2.3