summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_tcp.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
committerbz <bz@FreeBSD.org>2009-06-17 12:44:11 +0000
commitb017972f116ec349316c8750695dd271f9a583ea (patch)
tree0512a76c52406b2b80e4f24f2882a90af09d3a72 /sys/netipsec/xform_tcp.c
parent21376236dde77e2c63790a0607687faa898d87d6 (diff)
downloadFreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.zip
FreeBSD-src-b017972f116ec349316c8750695dd271f9a583ea.tar.gz
Add the explicit include of vimage.h to another five .c files still
missing it. Remove the "hidden" kernel only include of vimage.h from ip_var.h added with the very first Vimage commit r181803 to avoid further kernel poisoning.
Diffstat (limited to 'sys/netipsec/xform_tcp.c')
-rw-r--r--sys/netipsec/xform_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c
index 904983c..35a4d43 100644
--- a/sys/netipsec/xform_tcp.c
+++ b/sys/netipsec/xform_tcp.c
@@ -39,6 +39,7 @@
#include <sys/kernel.h>
#include <sys/protosw.h>
#include <sys/sysctl.h>
+#include <sys/vimage.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
OpenPOWER on IntegriCloud