Commit dbf2a8c9 authored by Marc G. Fournier's avatar Marc G. Fournier

Everyone seems to suggestion this is something that should be there...

#include <sys/termios.h>

Submitted by: Dr. George
parent 5eb17f53
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.10 1996/07/31 02:20:59 scrappy Exp $ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.11 1996/07/31 06:05:46 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -21,10 +21,7 @@ ...@@ -21,10 +21,7 @@
#include "libpq-fe.h" #include "libpq-fe.h"
#include <signal.h> #include <signal.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#if defined(PORTNAME_sparc_solaris) || \
defined(PORTNAME_i386_solaris)
#include <sys/termios.h> #include <sys/termios.h>
#endif
#ifdef TIOCGWINSZ #ifdef TIOCGWINSZ
struct winsize screen_size; struct winsize screen_size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment