add include now required for crypto flags

This commit is contained in:
Sam Leffler 2007-03-22 22:25:25 +00:00
parent a19b8275ad
commit 7aee3dd19f

View File

@ -93,6 +93,8 @@
#include <machine/in_cksum.h>
#include <opencrypto/cryptodev.h>
#ifdef IPSEC_DEBUG
int ipsec_debug = 1;
#else