--------------------- PatchSet 6214 Date: 2007/12/01 02:20:37 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Protect some header includes better. Members: src/ICMPv6.h:1.1.2.3->1.1.2.4 Index: squid3/src/ICMPv6.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/ICMPv6.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid3/src/ICMPv6.h 1 Dec 2007 02:11:38 -0000 1.1.2.3 +++ squid3/src/ICMPv6.h 1 Dec 2007 02:20:37 -0000 1.1.2.4 @@ -1,5 +1,5 @@ /* - * $Id: ICMPv6.h,v 1.1.2.3 2007/12/01 02:11:38 amosjeffries Exp $ + * $Id: ICMPv6.h,v 1.1.2.4 2007/12/01 02:20:37 amosjeffries Exp $ * * DEBUG: section 37 ICMP Routines * AUTHOR: Duane Wessels, Amos Jeffries @@ -47,8 +47,9 @@ #if HAVE_NETINET_ICMP6_H #include #endif +#if HAVE_NETINET_IP6_H #include - +#endif /* see RFC 4443 section 2.1 */ #ifndef ICMP6_ECHOREQUEST