From d203a1d908310a7d01b7c307026594bc1f46aa05 Mon Sep 17 00:00:00 2001 From: rrs Date: Fri, 3 Nov 2006 17:21:53 +0000 Subject: Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I inserted a few to the new files.. but I falied to add the #include Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn --- sys/netinet6/sctp6_var.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/netinet6/sctp6_var.h') diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h index 27c849b..454a414 100644 --- a/sys/netinet6/sctp6_var.h +++ b/sys/netinet6/sctp6_var.h @@ -28,11 +28,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ /* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */ -__FBSDID("$FreeBSD$"); #ifndef _NETINET6_SCTP6_VAR_H_ #define _NETINET6_SCTP6_VAR_H_ - - +#include +__FBSDID("$FreeBSD$"); #if defined(_KERNEL) -- cgit v1.1