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:
parent
d213656282
commit
24544b473a
@ -31,6 +31,7 @@
|
||||
#define _SYS_SX_H_
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/_lock.h>
|
||||
#include <sys/_mutex.h>
|
||||
#include <sys/condvar.h> /* XXX */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user