diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index a36429dbe582..ac37892f5939 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,4 @@ -/* $NetBSD: in6_var.h,v 1.54 2007/10/16 20:31:33 joerg Exp $ */ +/* $NetBSD: in6_var.h,v 1.55 2007/10/17 04:35:34 jld Exp $ */ /* $KAME: in6_var.h,v 1.81 2002/06/08 11:16:51 itojun Exp $ */ /* @@ -64,6 +64,8 @@ #ifndef _NETINET6_IN6_VAR_H_ #define _NETINET6_IN6_VAR_H_ +#include + /* * Interface address, Internet version. One of these structures * is allocated for each interface with an Internet address.