Add a missing header

This commit is contained in:
Scott Long 2016-11-26 23:15:11 +00:00
parent 64910ddbff
commit b84ef73179
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309201

View File

@ -35,6 +35,7 @@
#ifdef _KERNEL
#include <sys/lock.h>
#include <sys/mutex.h>
#include <netipsec/key_var.h>