summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-17 15:01:01 +0000
committerbz <bz@FreeBSD.org>2009-06-17 15:01:01 +0000
commit48dc6805f8e459ed54f657c16badbc085bd1906f (patch)
treed1829d08cff97c09f3617ce84935f5674ecb1382 /sys/net/if_tun.c
parenta48b41644193e7649a3c5c9cd5cf4f6d94b514f1 (diff)
downloadFreeBSD-src-48dc6805f8e459ed54f657c16badbc085bd1906f.zip
FreeBSD-src-48dc6805f8e459ed54f657c16badbc085bd1906f.tar.gz
Add explicit includes for jail.h to the files that need them and
remove the "hidden" one from vimage.h.
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 5d2355a..a37c3c7 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -25,6 +25,7 @@
#include <sys/priv.h>
#include <sys/proc.h>
#include <sys/systm.h>
+#include <sys/jail.h>
#include <sys/mbuf.h>
#include <sys/module.h>
#include <sys/socket.h>
OpenPOWER on IntegriCloud