Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbf2a8c

Browse files
committed
Everyone seems to suggestion this is something that should be there...
#include <sys/termios.h> Submitted by: Dr. George
1 parent 5eb17f5 commit dbf2a8c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/interfaces/libpq/fe-exec.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.10 1996/07/31 02:20:59 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.11 1996/07/31 06:05:46 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -21,10 +21,7 @@
2121
#include "libpq-fe.h"
2222
#include <signal.h>
2323
#include <sys/ioctl.h>
24-
#if defined(PORTNAME_sparc_solaris) || \
25-
defined(PORTNAME_i386_solaris)
2624
#include <sys/termios.h>
27-
#endif
2825

2926
#ifdef TIOCGWINSZ
3027
struct winsize screen_size;

0 commit comments

Comments
 (0)