From b017972f116ec349316c8750695dd271f9a583ea Mon Sep 17 00:00:00 2001 From: bz Date: Wed, 17 Jun 2009 12:44:11 +0000 Subject: 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. --- sys/netipsec/xform_tcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/netipsec/xform_tcp.c') 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 #include #include +#include #include #include -- cgit v1.1