From cd24163f6de9925e50f1f9f93c0e4f286d4d4fe4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 14 Jul 2006 16:59:19 +0000 Subject: Fix another passel of include-file breakage. Kris Jurka, Tom Lane --- src/backend/utils/adt/inet_net_ntop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backend/utils/adt/inet_net_ntop.c') diff --git a/src/backend/utils/adt/inet_net_ntop.c b/src/backend/utils/adt/inet_net_ntop.c index f931658eaed..95b9cc9a246 100644 --- a/src/backend/utils/adt/inet_net_ntop.c +++ b/src/backend/utils/adt/inet_net_ntop.c @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $PostgreSQL: pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.23 2006/07/14 14:52:24 momjian Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/inet_net_ntop.c,v 1.24 2006/07/14 16:59:19 tgl Exp $ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -28,6 +28,7 @@ static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.2 2004/03/09 09:17:27 m #include #include +#include "utils/builtins.h" #include "utils/inet.h" -- cgit v1.2.3