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:
John Baldwin 2001-09-05 18:19:09 +00:00
parent d213656282
commit 24544b473a

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 */