Skip to content

Commit 80cedf9

Browse files
committed
Someone moved PageOutput here from common.c, but forgot to move all
the #includes it depends on.
1 parent dbb4dd2 commit 80cedf9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/bin/psql/print.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.42 2003/08/04 23:59:40 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/print.c,v 1.43 2003/08/14 18:49:42 tgl Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "common.h"
@@ -20,6 +20,10 @@
2020
#include <sys/ioctl.h> /* for ioctl() */
2121
#endif
2222

23+
#ifdef HAVE_TERMIOS_H
24+
#include <termios.h>
25+
#endif
26+
2327
#include "pqsignal.h"
2428
#include "libpq-fe.h"
2529

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy