Index: src/include/port.h
===================================================================
RCS file: /cvsroot/pgsql-server/src/include/port.h,v
retrieving revision 1.7
diff -c -c -r1.7 port.h
*** src/include/port.h	14 Jun 2003 14:35:42 -0000	1.7
--- src/include/port.h	24 Jun 2003 00:43:16 -0000
***************
*** 11,19 ****
--- 11,21 ----
   *-------------------------------------------------------------------------
   */
  
+ #if !defined(_MSC_VER) && !defined(__BORLANDC__)
  /* for thread.c */
  #include <pwd.h>
  #include <netdb.h>
+ #endif
  
  /* Portable path handling for Unix/Win32 */
  bool is_absolute_path(const char *filename);
