aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-24 01:33:50 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-24 01:33:50 +0000
commitb093f8825dc72216fe5f3e69ea7d9b94b99795ea (patch)
tree4ec39457553b7eed6b2d1b9cb0d098705639b331 /src/bin/psql/help.c
parentf142b0915116bfe0935b589045678a6c95e7abb9 (diff)
downloadpostgresql-b093f8825dc72216fe5f3e69ea7d9b94b99795ea.tar.gz
postgresql-b093f8825dc72216fe5f3e69ea7d9b94b99795ea.zip
Fix include files for new PageOutput call.
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r--src/bin/psql/help.c3
1 files changed, 1 insertions, 2 deletions
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 <errno.h>
#ifndef WIN32
-#include <sys/ioctl.h> /* for ioctl() */
#ifdef HAVE_PWD_H
#include <pwd.h> /* for getpwuid() */
#endif