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

Commit 3881cbd

Browse files
committed
Added <sys/termios.h> for i386_solaris port
Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>
1 parent a05ed5b commit 3881cbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/interfaces/libpq/fe-exec.c

Lines changed: 3 additions & 2 deletions
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.9 1996/07/31 02:06:00 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.10 1996/07/31 02:20:59 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -21,7 +21,8 @@
2121
#include "libpq-fe.h"
2222
#include <signal.h>
2323
#include <sys/ioctl.h>
24-
#ifdef PORTNAME_sparc_solaris
24+
#if defined(PORTNAME_sparc_solaris) || \
25+
defined(PORTNAME_i386_solaris)
2526
#include <sys/termios.h>
2627
#endif
2728

0 commit comments

Comments
 (0)