diff options
author | Bruce Momjian | 2011-08-27 01:16:24 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-08-27 01:16:24 +0000 |
commit | f1312b5ed32630ae479e61e2a58cfac56ae46dd8 (patch) | |
tree | f55c188024d64009a9528444ada2c4edf8ec6dd8 /contrib/pg_upgrade/util.c | |
parent | 8b0f0822fd5111118a7d147344ee1253acb601f2 (diff) |
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
remove from local *.h files.
Per suggestion from Alvaro.
Diffstat (limited to 'contrib/pg_upgrade/util.c')
-rw-r--r-- | contrib/pg_upgrade/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index 66c6acded0f..b7136be0452 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -7,6 +7,8 @@ * contrib/pg_upgrade/util.c */ +#include "postgres.h" + #include "pg_upgrade.h" #include <signal.h> |