From: Bruce Momjian Date: Sat, 1 Jan 2011 20:55:36 +0000 (-0500) Subject: Add #include to pg_ctl.c to fix compiler warning. X-Git-Tag: REL9_1_ALPHA4~539 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92a73d219052ab4d393ebe7b5362aa7d414156e7;p=thirdparty%2Fpostgresql.git Add #include to pg_ctl.c to fix compiler warning. --- diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index baef17681b3..03a932970d1 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include