summaryrefslogtreecommitdiff
path: root/contrib/pg_upgrade/util.c
diff options
context:
space:
mode:
authorBruce Momjian2011-08-27 01:16:24 +0000
committerBruce Momjian2011-08-27 01:16:24 +0000
commitf1312b5ed32630ae479e61e2a58cfac56ae46dd8 (patch)
treef55c188024d64009a9528444ada2c4edf8ec6dd8 /contrib/pg_upgrade/util.c
parent8b0f0822fd5111118a7d147344ee1253acb601f2 (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.c2
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>