summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-10 16:48:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-10 16:48:37 +0000
commit7e16c1ba36dda9a2b0aac3cabcfd763e4d311b9c (patch)
tree6701a0bc35d8e4f08f8480176ccef752af60e10e /sys/arch/powerpc
parent1d4def0fc9e7c29ff440792c347ed34a7f34f20d (diff)
bring things syscall_mi.h needs into scope earlier
ok guenther
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/powerpc/trap.c6
1 files 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 <sys/proc.h>
#include <sys/signalvar.h>
#include <sys/reboot.h>
-#include <sys/syscall.h>
-#include <sys/syscall_mi.h>
#include <sys/systm.h>
#include <sys/user.h>
#include <sys/pool.h>
+#include <sys/syscall.h>
+#include <sys/syscall_mi.h>
#include <dev/cons.h>