From 96ba90e2bbbab95ac7f8671d082ac6a503c3a172 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 10 May 2014 16:56:23 +0000 Subject: [PATCH] bring things syscall_mi.h needs into scope earlier --- sys/arch/sh/sh/trap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/sh/sh/trap.c b/sys/arch/sh/sh/trap.c index 10035c940b5..24a075fac9e 100644 --- a/sys/arch/sh/sh/trap.c +++ b/sys/arch/sh/sh/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.27 2014/05/10 05:33:00 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.28 2014/05/10 16:56:23 deraadt Exp $ */ /* $NetBSD: exception.c,v 1.32 2006/09/04 23:57:52 uwe Exp $ */ /* $NetBSD: syscall.c,v 1.6 2006/03/07 07:21:50 thorpej Exp $ */ @@ -88,11 +88,10 @@ #include #include #include +#include #include #include -#include - #include #include #include -- 2.20.1