diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-10 18:36:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-10 18:36:05 +0000 |
commit | 75b1c2f73e7d846ae313fc88845832e14f0e4e9b (patch) | |
tree | 04a31a480941f407e08350ea510c9d4dc4af55dd | |
parent | 6dbc8ca7d2977c97d4b7b4153cc93c61ac1aa252 (diff) |
include whole SYS.h instead of just machine/asm.h
-rw-r--r-- | lib/libc/arch/hppa/sys/cerror.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/sys/cerror.S b/lib/libc/arch/hppa/sys/cerror.S index 76b47bfa7fa..22445a56c05 100644 --- a/lib/libc/arch/hppa/sys/cerror.S +++ b/lib/libc/arch/hppa/sys/cerror.S @@ -1,4 +1,4 @@ -/* $OpenBSD: cerror.S,v 1.3 2004/05/25 20:44:50 mickey Exp $ */ +/* $OpenBSD: cerror.S,v 1.4 2004/06/10 18:36:04 mickey Exp $ */ /* * Copyright (c) 2004 Michael Shalayeff @@ -26,7 +26,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include <machine/asm.h> +#include "SYS.h" .import errno, data ENTRY(__cerror,0) |