Skip to content

Commit 497baca

Browse files
committed
Fix compile warning.
1 parent 8d7904f commit 497baca

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-
#ifdef HAVE_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+
#ifdef HAVE_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)