(Doing that whole test-immediately-after-commit-thing like obrien sez:)

Forgot to include lock.h and mutex.h for GIANT_REQUIRED.
This commit is contained in:
Brian Feldman 2002-02-16 17:44:43 +00:00
parent 1fd9f8f438
commit 1b56782026
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90737

View File

@ -36,6 +36,8 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/sysctl.h>
#include <sys/module.h>
#include <sys/malloc.h>