Add rwlock.h (and lock.h for that) to keep no-INET kernels compiling

after RADIX_NODE_HEAD_{,UN}LOCK() were added.  Must have been "learned"
by pollution before (most likely: route.h -> radix.h -> rwlock.h)
This commit is contained in:
Bjoern A. Zeeb 2008-12-09 20:05:58 +00:00
parent 4e5fd766d0
commit 653735c44c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185808

View File

@ -50,6 +50,8 @@
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/kernel.h>
#include <sys/lock.h>
#include <sys/rwlock.h>
#include <sys/sockio.h>
#include <sys/syslog.h>
#include <sys/sysctl.h>