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