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

Commit497baca

Browse files
committed
Fix compile warning.
1 parent8d7904f commit497baca

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

‎contrib/vacuumlo/vacuumlo.c

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,18 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.14 2002/09/04 20:31:08 momjian Exp $
11+
* $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.15 2002/09/05 21:19:13 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
15+
#include"postgres_fe.h"
1516

16-
#include<pg_config.h>
17-
#include<stdio.h>
18-
#include<stdlib.h>
19-
#include<string.h>
20-
21-
#ifdefHAVE_TERMIOS_H
22-
#include<termios.h>
23-
#endif
24-
25-
#include<sys/types.h>
2617
#include<sys/stat.h>
2718
#include<fcntl.h>
2819
#include<unistd.h>
20+
#ifdefHAVE_TERMIOS_H
21+
#include<termios.h>
22+
#endif
2923

3024
#include"libpq-fe.h"
3125
#include"libpq/libpq-fs.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp