diff options
author | mux <mux@FreeBSD.org> | 2003-03-14 00:04:37 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2003-03-14 00:04:37 +0000 |
commit | 48ca93061d124835cd2f41129071a9bd3cf66090 (patch) | |
tree | 30b12747709704f295838632c2838f3909ca5282 /sys/sparc64 | |
parent | f0edd7ef8f286a7c5bbe22a375e7cd4dfc9b8c08 (diff) | |
download | FreeBSD-src-48ca93061d124835cd2f41129071a9bd3cf66090.zip FreeBSD-src-48ca93061d124835cd2f41129071a9bd3cf66090.tar.gz |
Oops, add missing includes. Pass me the pointy hat.
Reported by: jake
Diffstat (limited to 'sys/sparc64')
-rw-r--r-- | sys/sparc64/sparc64/bus_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/bus_machdep.c b/sys/sparc64/sparc64/bus_machdep.c index 4d825f7..8db727a 100644 --- a/sys/sparc64/sparc64/bus_machdep.c +++ b/sys/sparc64/sparc64/bus_machdep.c @@ -113,6 +113,7 @@ #include <sys/bus.h> #include <sys/malloc.h> #include <sys/mbuf.h> +#include <sys/mutex.h> #include <sys/proc.h> #include <sys/smp.h> #include <sys/systm.h> |