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 c3e9699 commit 2d5e27cCopy full SHA for 2d5e27c
src/include/libpq/pqcomm.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $Id: pqcomm.h,v 1.73 2003/01/06 03:18:27 momjian Exp $
+ * $Id: pqcomm.h,v 1.74 2003/01/06 05:33:45 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -26,6 +26,7 @@
26
#endif
27
#else /* not WIN32 */
28
#include <sys/socket.h>
29
+#include <netdb.h>
30
#ifdef HAVE_SYS_UN_H
31
#include <sys/un.h>
32
0 commit comments