Module Name: src Committed By: ozaki-r Date: Mon Mar 30 02:23:21 UTC 2015
Modified Files: src/sys/netinet6: in6_pcb.h Log Message: Include ip6.h for ip6_hdr To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/netinet6/in6_pcb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet6/in6_pcb.h diff -u src/sys/netinet6/in6_pcb.h:1.40 src/sys/netinet6/in6_pcb.h:1.41 --- src/sys/netinet6/in6_pcb.h:1.40 Sat Oct 11 20:53:16 2014 +++ src/sys/netinet6/in6_pcb.h Mon Mar 30 02:23:21 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: in6_pcb.h,v 1.40 2014/10/11 20:53:16 christos Exp $ */ +/* $NetBSD: in6_pcb.h,v 1.41 2015/03/30 02:23:21 ozaki-r Exp $ */ /* $KAME: in6_pcb.h,v 1.45 2001/02/09 05:59:46 itojun Exp $ */ /* @@ -66,6 +66,7 @@ #include <sys/queue.h> #include <netinet/in_pcb_hdr.h> +#include <netinet/ip6.h> /* * Common structure pcb for internet protocol implementation.