Readd #include netinet/in.h for FreeBSD.
authorBruce Momjian
Tue, 14 Jan 2003 22:52:57 +0000 (22:52 +0000)
committerBruce Momjian
Tue, 14 Jan 2003 22:52:57 +0000 (22:52 +0000)
src/backend/libpq/pqcomm.c

index af5b4af3e4cdef25faa1c2bacf27c87bc3b4d0a6..7ad3dea2a8a148d93188f03e2b7abcd0edc5835e 100644 (file)
@@ -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