summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
committerrrs <rrs@FreeBSD.org>2006-11-03 17:21:53 +0000
commitd203a1d908310a7d01b7c307026594bc1f46aa05 (patch)
treec9910f799261d0420a62eca84461a0e5aaeca0a6 /sys/netinet6/sctp6_var.h
parent3d3e3f2242423b47549f89486754bc40030fbe9f (diff)
downloadFreeBSD-src-d203a1d908310a7d01b7c307026594bc1f46aa05.zip
FreeBSD-src-d203a1d908310a7d01b7c307026594bc1f46aa05.tar.gz
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 <sys/cdef.h> Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn
Diffstat (limited to 'sys/netinet6/sctp6_var.h')
-rw-r--r--sys/netinet6/sctp6_var.h5
1 files changed, 2 insertions, 3 deletions
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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#if defined(_KERNEL)
OpenPOWER on IntegriCloud