From 75b1c2f73e7d846ae313fc88845832e14f0e4e9b Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 10 Jun 2004 18:36:05 +0000 Subject: include whole SYS.h instead of just machine/asm.h --- lib/libc/arch/hppa/sys/cerror.S | 4 ++-- 1 file 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 +#include "SYS.h" .import errno, data ENTRY(__cerror,0) -- cgit v1.2.3