sigh, another case of user.h before syscall_mi.h
authorderaadt <deraadt@openbsd.org>
Sat, 10 May 2014 21:58:56 +0000 (21:58 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 May 2014 21:58:56 +0000 (21:58 +0000)
sys/arch/hppa/hppa/trap.c

index 130c9f1..0278efc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: trap.c,v 1.132 2014/05/10 05:33:00 guenther Exp $     */
+/*     $OpenBSD: trap.c,v 1.133 2014/05/10 21:58:56 deraadt Exp $      */
 
 /*
  * Copyright (c) 1998-2004 Michael Shalayeff
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/syscall.h>
-#include <sys/syscall_mi.h>
 #include <sys/proc.h>
 #include <sys/signalvar.h>
 #include <sys/user.h>
+#include <sys/syscall_mi.h>
 
 #include <uvm/uvm_extern.h>