From: deraadt Date: Sat, 10 May 2014 16:56:23 +0000 (+0000) Subject: bring things syscall_mi.h needs into scope earlier X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=96ba90e2bbbab95ac7f8671d082ac6a503c3a172;p=openbsd bring things syscall_mi.h needs into scope earlier --- 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