]> granicus.if.org Git - postgresql/commitdiff
And double check changes
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:41:13 +0000 (07:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:41:13 +0000 (07:41 +0000)
src/include/libpq/pqcomm.h

index 41d4ee9ac22ce7927cf64c6bed6239ef586eb9f5..6ebc6dfe4577dac451229d3db554fb40d0111e8b 100644 (file)
@@ -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
 
 #include <stdio.h>
 #include <sys/types.h>
-
-#ifdef WIN32
-#include <winsock.h>
-#else
 #include <netinet/in.h>
-#endif /* WIN32 */
 
 
 /*