mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
(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:
parent
1fd9f8f438
commit
1b56782026
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90737
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user