1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>.

Noticed by:	Wesley Morgan <morganw@chemikals.org>
Pointy hat to:	me
This commit is contained in:
John Baldwin 2000-12-06 00:33:58 +00:00
parent 89b54bffe9
commit 7b29322c25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69645

View File

@ -47,6 +47,7 @@
#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/ktr.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/signalvar.h>
#include <sys/resourcevar.h>