From 82e9f5286d2fec57c4a814f16af5d196a37dbf65 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 10 May 2014 16:48:36 +0000 Subject: [PATCH] bring things syscall_mi.h needs into scope earlier ok guenther --- sys/arch/powerpc/powerpc/trap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c index 7bd6d13ad41..2624c53d99d 100644 --- a/sys/arch/powerpc/powerpc/trap.c +++ b/sys/arch/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.98 2014/05/10 05:33:00 guenther Exp $ */ +/* $OpenBSD: trap.c,v 1.99 2014/05/10 16:48:36 deraadt Exp $ */ /* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */ /* @@ -35,11 +35,11 @@ #include #include #include -#include -#include #include #include #include +#include +#include #include -- 2.20.1