diff options
Diffstat (limited to 'src/timezone/pgtz.h')
| -rw-r--r-- | src/timezone/pgtz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index c22c95bb72..b58613bb62 100644 --- a/src/timezone/pgtz.h +++ b/src/timezone/pgtz.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.16 2006/03/05 15:59:11 momjian Exp $ + * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.17 2006/07/11 13:54:25 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,6 +17,7 @@ #define _PGTZ_H #include "tzfile.h" +#include "pgtime.h" extern char *pg_TZDIR(void); |
