summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-07-03 07:02:11 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-07-03 07:02:11 +0000
commit4f668813fea03c8381cea0309a869aa37064fcc9 (patch)
tree5ec57974d431747dca3c1dd34767ec2e84747984
parent6794918ccb6f86f74423014b824ed369d4024a66 (diff)
Include <sys/mutex.h> explicitely here.
It will no longer be pulled by uvm_extern.h in the short future. ok jsg@
-rw-r--r--sys/arch/powerpc/powerpc/softintr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/softintr.c b/sys/arch/powerpc/powerpc/softintr.c
index eaa11ce52cf..1880d4672a6 100644
--- a/sys/arch/powerpc/powerpc/softintr.c
+++ b/sys/arch/powerpc/powerpc/softintr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softintr.c,v 1.4 2011/08/29 20:21:44 drahn Exp $ */
+/* $OpenBSD: softintr.c,v 1.5 2014/07/03 07:02:10 matthieu Exp $ */
/* $NetBSD: softintr.c,v 1.2 2003/07/15 00:24:39 lukem Exp $ */
/*
@@ -38,6 +38,7 @@
#include <sys/param.h>
#include <sys/malloc.h>
+#include <sys/mutex.h>
#include <uvm/uvm_extern.h>