]> granicus.if.org Git - postgresql/commitdiff
Added <sys/termios.h> for i386_solaris port
authorMarc G. Fournier <scrappy@hub.org>
Wed, 31 Jul 1996 02:20:59 +0000 (02:20 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 31 Jul 1996 02:20:59 +0000 (02:20 +0000)
Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com>

src/interfaces/libpq/fe-exec.c

index eeb4ae29dc55702e6d54f9b2584a0d9fd6cc90d9..618a343afd74d766d9ba87993172aaa327747135 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.9 1996/07/31 02:06:00 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.10 1996/07/31 02:20:59 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -21,7 +21,8 @@
 #include "libpq-fe.h"
 #include <signal.h>
 #include <sys/ioctl.h>
-#ifdef PORTNAME_sparc_solaris
+#if defined(PORTNAME_sparc_solaris) || \
+    defined(PORTNAME_i386_solaris)
 #include <sys/termios.h>
 #endif