svn commit: r309201 - head/sys/netipsec
Scott Long
scottl at FreeBSD.org
Sat Nov 26 23:15:12 UTC 2016
Author: scottl
Date: Sat Nov 26 23:15:11 2016
New Revision: 309201
URL: https://svnweb.freebsd.org/changeset/base/309201
Log:
Add a missing header
Modified:
head/sys/netipsec/keydb.h
Modified: head/sys/netipsec/keydb.h
==============================================================================
--- head/sys/netipsec/keydb.h Sat Nov 26 21:00:27 2016 (r309200)
+++ head/sys/netipsec/keydb.h Sat Nov 26 23:15:11 2016 (r309201)
@@ -35,6 +35,7 @@
#ifdef _KERNEL
+#include <sys/lock.h>
#include <sys/mutex.h>
#include <netipsec/key_var.h>
More information about the svn-src-all
mailing list