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 dbb4dd2 commit 80cedf9Copy full SHA for 80cedf9
src/bin/psql/print.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.42 2003/08/04 23:59:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.43 2003/08/14 18:49:42 tgl Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -20,6 +20,10 @@
20
#include <sys/ioctl.h> /* for ioctl() */
21
#endif
22
23
+#ifdef HAVE_TERMIOS_H
24
+#include <termios.h>
25
+#endif
26
+
27
#include "pqsignal.h"
28
#include "libpq-fe.h"
29
0 commit comments