From d233f0a52f1a0a0b3b8654fd8b93b00a9e77563e Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 3 Nov 2014 19:29:33 +0200 Subject: [PATCH] Add missing #include Fixes compiler warning I introduced while fixing bug #11431. Report and fix by Michael Paquier --- contrib/pg_upgrade/check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pg_upgrade/check.c b/contrib/pg_upgrade/check.c index 50597dba94b..38a8ae0d784 100644 --- a/contrib/pg_upgrade/check.c +++ b/contrib/pg_upgrade/check.c @@ -9,6 +9,7 @@ #include "postgres_fe.h" +#include "mb/pg_wchar.h" #include "pg_upgrade.h" -- 2.39.5