From 32be705817ec741f5ecd49a3f8e300170ef8a737 Mon Sep 17 00:00:00 2001 From: ozaki-r Date: Mon, 30 Mar 2015 02:23:21 +0000 Subject: [PATCH] Include ip6.h for ip6_hdr --- sys/netinet6/in6_pcb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/netinet6/in6_pcb.h b/sys/netinet6/in6_pcb.h index 19297f3222ef..eae14dd757e0 100644 --- a/sys/netinet6/in6_pcb.h +++ b/sys/netinet6/in6_pcb.h @@ -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 #include +#include /* * Common structure pcb for internet protocol implementation.