Include sys/lock.h and sys/mutex.h so that this compiles.

This commit is contained in:
John Baldwin 2001-05-15 22:02:46 +00:00
parent ddde4ea967
commit 87fae0c142

View File

@ -36,7 +36,9 @@
#include <sys/param.h>
#include <sys/errno.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/socket.h>