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:
Jesper Skriver 2001-03-29 10:23:45 +00:00
parent 74c3913eb4
commit 6c00471f28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74985

View File

@ -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>