From 7f349538fe3927f05858ce310bb5a653af1a89aa Mon Sep 17 00:00:00 2001 From: mpi Date: Mon, 22 Jan 2018 09:31:35 +0000 Subject: [PATCH] Include rather than Required by upcoming MI mutex change. --- sys/arch/powerpc/include/intr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/powerpc/include/intr.h b/sys/arch/powerpc/include/intr.h index 51d124401e7..924945cddd5 100644 --- a/sys/arch/powerpc/include/intr.h +++ b/sys/arch/powerpc/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.54 2018/01/13 15:18:11 mpi Exp $ */ +/* $OpenBSD: intr.h,v 1.55 2018/01/22 09:31:35 mpi Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB and RTMX Inc, USA. @@ -131,7 +131,7 @@ void splassert_check(int, const char *); #define SI_NQUEUES 3 -#include +#include #include struct soft_intrhand { -- 2.20.1