diff options
| author | Bruce Momjian | 2004-04-30 20:01:39 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-04-30 20:01:39 +0000 |
| commit | 04d426ba7065301f65227259209ecc9e5a314551 (patch) | |
| tree | f28e3b1c1b30c50599bca8ad9549dd58dd3ec2ed /src/timezone/private.h | |
| parent | 1360fe409654858d77096a7d83b15a550b9b6c85 (diff) | |
Allow build of timezone database on unix.
Diffstat (limited to 'src/timezone/private.h')
| -rw-r--r-- | src/timezone/private.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
