From 1eddbd81fac14b3e951251b2b084a9ac3aa24133 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 14 Jan 2003 22:52:57 +0000 Subject: [PATCH] Readd #include netinet/in.h for FreeBSD. --- src/backend/libpq/pqcomm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index af5b4af3e4c..7ad3dea2a8a 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -29,7 +29,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.c,v 1.145 2003/01/06 09:58:23 petere Exp $ + * $Id: pqcomm.c,v 1.146 2003/01/14 22:52:57 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -69,6 +69,7 @@ #include #include #include +#include #ifdef HAVE_NETINET_TCP_H #include #endif