diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
| commit | b85a965f5fc7243d0386085e12f7a6c836503b42 (patch) | |
| tree | 659ff5b830aa754b70dbde857d3597d356409c42 /src/timezone | |
| parent | 45a43090748331134d57bc2b74e918b188f34f3a (diff) | |
| download | postgresql-b85a965f5fc7243d0386085e12f7a6c836503b42.tar.gz | |
Allow each C include file to compile on its own by including any needed
header files.
Diffstat (limited to 'src/timezone')
| -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); |
