Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1eddbd8

Browse files
committed
Readd #include netinet/in.h for FreeBSD.
1 parent 97f0d0c commit 1eddbd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/libpq/pqcomm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
3030
* Portions Copyright (c) 1994, Regents of the University of California
3131
*
32-
* $Id: pqcomm.c,v 1.145 2003/01/06 09:58:23 petere Exp $
32+
* $Id: pqcomm.c,v 1.146 2003/01/14 22:52:57 momjian Exp $
3333
*
3434
*-------------------------------------------------------------------------
3535
*/
@@ -69,6 +69,7 @@
6969
#include <sys/stat.h>
7070
#include <sys/socket.h>
7171
#include <netdb.h>
72+
#include <netinet/in.h>
7273
#ifdef HAVE_NETINET_TCP_H
7374
#include <netinet/tcp.h>
7475
#endif

0 commit comments

Comments
 (0)