bring things syscall_mi.h needs into scope earlier
authorderaadt <deraadt@openbsd.org>
Sat, 10 May 2014 16:48:36 +0000 (16:48 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 May 2014 16:48:36 +0000 (16:48 +0000)
ok guenther

sys/arch/powerpc/powerpc/trap.c

index 7bd6d13..2624c53 100644 (file)
@@ -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 $        */
 
 /*
 #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>