8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05ed5b commit 3881cbdCopy full SHA for 3881cbd
src/interfaces/libpq/fe-exec.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -21,7 +21,8 @@
21
#include "libpq-fe.h"
22
#include <signal.h>
23
#include <sys/ioctl.h>
24
-#ifdef PORTNAME_sparc_solaris
+#if defined(PORTNAME_sparc_solaris) || \
25
+ defined(PORTNAME_i386_solaris)
26
#include <sys/termios.h>
27
#endif
28
0 commit comments