From b093f8825dc72216fe5f3e69ea7d9b94b99795ea Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 24 Oct 2002 01:33:50 +0000 Subject: Fix include files for new PageOutput call. --- src/bin/psql/help.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin/psql/help.c') diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 7dfb594b435..6e5323c01ac 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.59 2002/10/23 19:23:56 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.60 2002/10/24 01:33:50 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -14,7 +14,6 @@ #include #ifndef WIN32 -#include /* for ioctl() */ #ifdef HAVE_PWD_H #include /* for getpwuid() */ #endif -- cgit v1.2.3