mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Fix building NEWCARD again, by including
sys/types.h and sys/lock.h in pccbb.c, as jhb noted in rev 1.12 of src/share/man/man9/mutex.9
This commit is contained in:
parent
74c3913eb4
commit
6c00471f28
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74985
@ -53,6 +53,8 @@
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/kthread.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
|
||||
#include <sys/bus.h>
|
||||
|
Loading…
Reference in New Issue
Block a user