From: Bruce Momjian Date: Mon, 12 Feb 2001 13:55:36 +0000 (+0000) Subject: Add #include X-Git-Tag: REL7_1~450 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9fdd81de1dc139ccf6c59433bb35732937fbd53f;p=users%2Fc2main%2Fpostgres.git Add #include --- diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index dbb3312a48..565baea1b6 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -7,6 +7,7 @@ */ #include +#include #include #include "libpq-fe.h"