We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0d0c commit 1eddbd8Copy full SHA for 1eddbd8
src/backend/libpq/pqcomm.c
@@ -29,7 +29,7 @@
29
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
30
* Portions Copyright (c) 1994, Regents of the University of California
31
*
32
- * $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 $
33
34
*-------------------------------------------------------------------------
35
*/
@@ -69,6 +69,7 @@
69
#include <sys/stat.h>
70
#include <sys/socket.h>
71
#include <netdb.h>
72
+#include <netinet/in.h>
73
#ifdef HAVE_NETINET_TCP_H
74
#include <netinet/tcp.h>
75
#endif
0 commit comments