Skip to content
Snippets Groups Projects
Commit 2d5e27c6 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add prototype for getaddrinfo().

parent c3e9699f
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#endif #endif
#else /* not WIN32 */ #else /* not WIN32 */
#include <sys/socket.h> #include <sys/socket.h>
#include <netdb.h>
#ifdef HAVE_SYS_UN_H #ifdef HAVE_SYS_UN_H
#include <sys/un.h> #include <sys/un.h>
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment