diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:41:13 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:41:13 +0000 |
commit | efef619b834d619014d573e91755df7ffdc27118 (patch) | |
tree | 747cc9aa4c9dc74641f422a273f95662abca6110 | |
parent | 6c8482c970e77690910099739cf6ae907a876392 (diff) | |
download | postgresql-efef619b834d619014d573e91755df7ffdc27118.tar.gz postgresql-efef619b834d619014d573e91755df7ffdc27118.zip |
And double check changes
-rw-r--r-- | src/include/libpq/pqcomm.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index 41d4ee9ac22..6ebc6dfe457 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 */ /* |