summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-09-05 18:19:09 +0000
committerjhb <jhb@FreeBSD.org>2001-09-05 18:19:09 +0000
commit684261300a6e5824040e246be16cd8c3b27dc30d (patch)
tree9e3f2f01d133d0746511f53b745ec323b01454db /sys
parent795f580300941d3557aa9f741eb78afe86afe379 (diff)
downloadFreeBSD-src-684261300a6e5824040e246be16cd8c3b27dc30d.zip
FreeBSD-src-684261300a6e5824040e246be16cd8c3b27dc30d.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sx.h b/sys/sys/sx.h
index ee6ac73..42b269f 100644
--- a/sys/sys/sx.h
+++ b/sys/sys/sx.h
@@ -31,6 +31,7 @@
#define _SYS_SX_H_
#ifndef LOCORE
+#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/condvar.h> /* XXX */
OpenPOWER on IntegriCloud