From 8164fb88875c7160dbdb9480df7e24eccfb356fb Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 26 Oct 2007 13:30:10 +0000 Subject: Avoid including any backend-only stuff in the zic utility program. Per gripe from Zdenek Kotala, though not exactly his patch. --- src/timezone/ialloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/timezone/ialloc.c') diff --git a/src/timezone/ialloc.c b/src/timezone/ialloc.c index 2b4dc17b3bd..554e0854191 100644 --- a/src/timezone/ialloc.c +++ b/src/timezone/ialloc.c @@ -3,10 +3,10 @@ * 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.8 2007/01/26 17:45:42 neilc Exp $ + * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.9 2007/10/26 13:30:10 tgl Exp $ */ -#include "postgres.h" +#include "postgres_fe.h" #include "private.h" -- cgit v1.2.3