Commit efef619b authored by Marc G. Fournier's avatar Marc G. Fournier

And double check changes

parent 6c8482c9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* Some of this should move to libpq.h * Some of this should move to libpq.h
...@@ -18,12 +18,7 @@ ...@@ -18,12 +18,7 @@
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>
#ifdef WIN32
#include <winsock.h>
#else
#include <netinet/in.h> #include <netinet/in.h>
#endif /* WIN32 */
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment