From b85a965f5fc7243d0386085e12f7a6c836503b42 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Jul 2006 13:54:25 +0000 Subject: Allow each C include file to compile on its own by including any needed header files. --- src/timezone/pgtz.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/timezone') 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); -- cgit v1.2.1