diff options
| author | Tom Lane | 2003-05-14 03:27:22 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-05-14 03:27:22 +0000 |
| commit | 78b08584b43d2608a10eb41e5d9430baa4d6f52a (patch) | |
| tree | 8f7c8d117f45288ae9e1ef1e18041c55910d3793 /contrib/pg_autovacuum | |
| parent | f85f43dfb5b9043ea6b01d8b824c195cd7f9ed3c (diff) | |
Fix various recent build and regression-test problems in contrib/.
Includes fixes from Joe Conway.
Diffstat (limited to 'contrib/pg_autovacuum')
| -rw-r--r-- | contrib/pg_autovacuum/pg_autovacuum.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/contrib/pg_autovacuum/pg_autovacuum.h b/contrib/pg_autovacuum/pg_autovacuum.h index 9b9f4d5d27..18a85bc3d4 100644 --- a/contrib/pg_autovacuum/pg_autovacuum.h +++ b/contrib/pg_autovacuum/pg_autovacuum.h @@ -2,16 +2,12 @@ * Header file for pg_autovacuum.c * (c) 2003 Matthew T. O'Connor */ +#include "postgres_fe.h" -#include <stdio.h> -#include <stdlib.h> - -/* Includes that I added */ -#include <string.h> #include <unistd.h> -#include <getopt.h> #include <sys/time.h> -#include "../../interfaces/libpq/libpq-fe.h" + +#include "libpq-fe.h" #include "lib/dllist.h" #define AUTOVACUUM_DEBUG 1 |
