aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2009-06-17 15:01:01 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2009-06-17 15:01:01 +0000
commitebd8672cc339e453093ce1ad874af59ca5c957aa (patch)
treed1829d08cff97c09f3617ce84935f5674ecb1382 /sys/netinet/tcp_subr.c
parentbd97a998dcb004300238229166d0ea933a9a36af (diff)
downloadsrc-ebd8672cc339e453093ce1ad874af59ca5c957aa.tar.gz
src-ebd8672cc339e453093ce1ad874af59ca5c957aa.zip
Add explicit includes for jail.h to the files that need them and
remove the "hidden" one from vimage.h.
Notes
Notes: svn path=/head/; revision=194368
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 2c9d628c8490..2b2231309140 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <sys/callout.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
+#include <sys/jail.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#ifdef INET6