Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 Include ip6.h for ip6_hdr



details:   https://anonhg.NetBSD.org/src/rev/81eaf2f32fe9
branches:  trunk
changeset: 807153:81eaf2f32fe9
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon Mar 30 02:23:21 2015 +0000

description:
Include ip6.h for ip6_hdr

diffstat:

 sys/netinet6/in6_pcb.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 24683cbd30d8 -r 81eaf2f32fe9 sys/netinet6/in6_pcb.h
--- a/sys/netinet6/in6_pcb.h    Mon Mar 30 01:25:36 2015 +0000
+++ b/sys/netinet6/in6_pcb.h    Mon Mar 30 02:23:21 2015 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index