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

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>