summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2014-07-03 07:02:10 +0000
committermatthieu <matthieu@openbsd.org>2014-07-03 07:02:10 +0000
commit5b501b51d7f59b03b3169e3ba51fd3f94c04e15b (patch)
tree3c559db2410ce183960c57d710f22eae5e970027
parentMove failure case text from uvm_pagerealloc() to uvm_pagealloc() (diff)
downloadwireguard-openbsd-5b501b51d7f59b03b3169e3ba51fd3f94c04e15b.tar.xz
wireguard-openbsd-5b501b51d7f59b03b3169e3ba51fd3f94c04e15b.zip
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>