Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit80cedf9

Browse files
committed
Someone moved PageOutput here from common.c, but forgot to move all
the #includes it depends on.
1 parentdbb4dd2 commit80cedf9

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+
#ifdefHAVE_TERMIOS_H
24+
#include<termios.h>
25+
#endif
26+
2327
#include"pqsignal.h"
2428
#include"libpq-fe.h"
2529

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp