summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-06-16 12:22:59 +0000
committerphk <phk@FreeBSD.org>2004-06-16 12:22:59 +0000
commit33590404a4eb4ce958e4a0de2f5b4d156be188ba (patch)
tree029fba4912b0851255969393d0dcb0a76e328c79 /sys
parent089ffc2ca6b316d9b06111eb3478dad24cd92714 (diff)
downloadFreeBSD-src-33590404a4eb4ce958e4a0de2f5b4d156be188ba.zip
FreeBSD-src-33590404a4eb4ce958e4a0de2f5b4d156be188ba.tar.gz
I am not quite sure what broke compiling LINT:mcount.c, but a nested
include of <sys/queue.h> here solves it.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/_lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/_lock.h b/sys/sys/_lock.h
index 1770487..0dcde97 100644
--- a/sys/sys/_lock.h
+++ b/sys/sys/_lock.h
@@ -31,6 +31,8 @@
#ifndef _SYS__LOCK_H_
#define _SYS__LOCK_H_
+#include <sys/queue.h>
+
struct lock_object {
struct lock_class *lo_class;
const char *lo_name; /* Individual lock name. */
OpenPOWER on IntegriCloud