--------------------- PatchSet 2227 Date: 2001/05/06 21:04:04 Author: serassio Branch: cygwin Tag: (none) Log: ~Fixed a CygWin Compile Warning Members: src/comm.c:1.4.20.2->1.4.20.3 Index: squid/src/comm.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm.c,v retrieving revision 1.4.20.2 retrieving revision 1.4.20.3 diff -u -r1.4.20.2 -r1.4.20.3 --- squid/src/comm.c 16 Apr 2001 11:55:38 -0000 1.4.20.2 +++ squid/src/comm.c 6 May 2001 21:04:04 -0000 1.4.20.3 @@ -1,6 +1,6 @@ /* - * $Id: comm.c,v 1.4.20.2 2001/04/16 11:55:38 rbcollins Exp $ + * $Id: comm.c,v 1.4.20.3 2001/05/06 21:04:04 serassio Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -35,6 +35,9 @@ #include "squid.h" +#if defined(_SQUID_CYGWIN_) +#include +#endif #ifdef HAVE_NETINET_TCP_H #include #endif