1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Fix include files for new PageOutput call.

This commit is contained in:
Bruce Momjian
2002-10-24 01:33:50 +00:00
parent f142b09151
commit b093f8825d
5 changed files with 27 additions and 28 deletions

View File

@ -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