From 5ab06ed02463d72d6630240c3cfe86eddf522b9f Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 10 May 2014 21:58:56 +0000 Subject: [PATCH] sigh, another case of user.h before syscall_mi.h --- sys/arch/hppa/hppa/trap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index 130c9f1f350..0278efc9211 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -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 @@ -31,10 +31,10 @@ #include #include #include -#include #include #include #include +#include #include -- 2.20.1