Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1eddbd8

Browse files
committed
Readd #include netinet/in.h for FreeBSD.
1 parent97f0d0c commit1eddbd8

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
#ifdefHAVE_NETINET_TCP_H
7374
#include<netinet/tcp.h>
7475
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp