sys/mutex.h requires sys/lock.h for LINT

Re-spotted by: phk
This commit is contained in:
brian 2001-05-07 23:52:08 +00:00
parent 185b46ed24
commit 11b8508fbe

View File

@ -46,6 +46,7 @@
#include <sys/kernel.h>
#include <sys/mbuf.h>
#include <sys/malloc.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/tty.h>
#include <sys/syslog.h>