File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
15
+ #include "postgres_fe.h"
15
16
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>
26
17
#include <sys/stat.h>
27
18
#include <fcntl.h>
28
19
#include <unistd.h>
20
+ #ifdef HAVE_TERMIOS_H
21
+ #include <termios.h>
22
+ #endif
29
23
30
24
#include "libpq-fe.h"
31
25
#include "libpq/libpq-fs.h"
You can’t perform that action at this time.
0 commit comments