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 8abc490 commit 54c9905Copy full SHA for 54c9905
src/backend/libpq/pqcomm.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.7 1996/11/14 10:23:53 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.8 1996/11/15 09:54:28 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -45,7 +45,6 @@
45
#include <sys/socket.h>
46
#include <netdb.h>
47
#include <netinet/in.h>
48
-#include <sys/socket.h>
49
#include <arpa/inet.h>
50
#else
51
#include <winsock.h>
0 commit comments