1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Allow build of timezone database on unix.

This commit is contained in:
Bruce Momjian
2004-04-30 20:01:39 +00:00
parent 1360fe4096
commit 04d426ba70
6 changed files with 16 additions and 6 deletions

View File

@ -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