Add priv.h include required to build FAST_IPSEC, which is not present in

LINT due to a conflict with KAME IPSEC.

Submitted by:	Pawel Worach <pawel dot worach at gmail dot com>
This commit is contained in:
Robert Watson 2006-11-07 08:58:06 +00:00
parent c144ae3e58
commit 46ee43b2ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164056

View File

@ -43,6 +43,7 @@
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/domain.h>
#include <sys/priv.h>
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>