From: Marc G. Fournier <scrappy@hub.org>
Date: Tue, 5 Nov 1996 07:41:13 +0000 (+0000)
Subject: And double check changes
X-Git-Tag: REL2_0~240
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=efef619b834d619014d573e91755df7ffdc27118;p=postgresql

And double check changes
---

diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h
index 41d4ee9ac2..6ebc6dfe45 100644
--- a/src/include/libpq/pqcomm.h
+++ b/src/include/libpq/pqcomm.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pqcomm.h,v 1.4 1996/10/31 09:48:59 scrappy Exp $
+ * $Id: pqcomm.h,v 1.5 1996/11/05 07:41:13 scrappy Exp $
  *
  * NOTES
  *    Some of this should move to libpq.h
@@ -18,12 +18,7 @@
 
 #include <stdio.h>
 #include <sys/types.h>
-
-#ifdef WIN32
-#include <winsock.h>
-#else
 #include <netinet/in.h>
-#endif /* WIN32 */
 
 
 /*