summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-03-14 07:19:29 +0000
committerjake <jake@FreeBSD.org>2003-03-14 07:19:29 +0000
commit6fa8cc270b9c84778bf45ce4179b28cd5cf084cb (patch)
treee055c037f5a791f941748e71b9c2a60b1c6f4763
parentf500ebe3c48fb37d14f9bf8022ef5c74802b7acc (diff)
downloadFreeBSD-src-6fa8cc270b9c84778bf45ce4179b28cd5cf084cb.zip
FreeBSD-src-6fa8cc270b9c84778bf45ce4179b28cd5cf084cb.tar.gz
lock.h must be included before mutex.h.
-rw-r--r--sys/sparc64/sparc64/bus_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/bus_machdep.c b/sys/sparc64/sparc64/bus_machdep.c
index 8db727a..588fc8c 100644
--- a/sys/sparc64/sparc64/bus_machdep.c
+++ b/sys/sparc64/sparc64/bus_machdep.c
@@ -111,6 +111,7 @@
#include <sys/param.h>
#include <sys/bus.h>
+#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
OpenPOWER on IntegriCloud