Include <sys/_lock.h> for the definition of struct lock_object. Don't

understand why this wasn't added when _mutex.h was added.

Noticed by:	jlemon
This commit is contained in:
jhb 2001-09-05 18:19:09 +00:00
parent 795f580300
commit 684261300a

View File

@ -31,6 +31,7 @@
#define _SYS_SX_H_
#ifndef LOCORE
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/condvar.h> /* XXX */