1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Add missing jail.h include.

This commit is contained in:
Pawel Jakub Dawidek 2005-05-22 22:23:37 +00:00
parent af6e6219e2
commit e92eb5805c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146504

View File

@ -47,6 +47,7 @@ __FBSDID("$FreeBSD$");
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/jail.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>