1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.

This commit is contained in:
Bryan Henderson
1996-12-15 09:05:53 +00:00
parent 290d3b5198
commit 9fc7250d3a
6 changed files with 77 additions and 63 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.20 1996/12/13 09:25:08 bryanh Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.21 1996/12/15 09:05:53 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@ -21,7 +21,7 @@
#include "libpq-fe.h"
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/termios.h>
#include TERMIOS_H_LOCATION
#ifdef TIOCGWINSZ
struct winsize screen_size;