diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-08-26 21:16:24 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-08-26 21:16:24 -0400 |
commit | f1312b5ed32630ae479e61e2a58cfac56ae46dd8 (patch) | |
tree | f55c188024d64009a9528444ada2c4edf8ec6dd8 /contrib/pg_upgrade/file.c | |
parent | 8b0f0822fd5111118a7d147344ee1253acb601f2 (diff) | |
download | postgresql-f1312b5ed32630ae479e61e2a58cfac56ae46dd8.tar.gz postgresql-f1312b5ed32630ae479e61e2a58cfac56ae46dd8.zip |
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/file.c')
-rw-r--r-- | contrib/pg_upgrade/file.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pg_upgrade/file.c b/contrib/pg_upgrade/file.c index fe897857676..e5d1613182b 100644 --- a/contrib/pg_upgrade/file.c +++ b/contrib/pg_upgrade/file.c @@ -7,6 +7,8 @@ * contrib/pg_upgrade/file.c */ +#include "postgres.h" + #include "pg_upgrade.h" #include <fcntl.h> |