diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 19:16:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-01-16 19:16:03 +0000 |
commit | 07db4039bdf900bcffc7951062c102f5866e5f3e (patch) | |
tree | 88afbe8841a7ae9ea6036c8873ec1ee54c7effe3 /lib/libc_r | |
parent | 7480936a077860c1e71ecc8c121c71c55a853261 (diff) |
make it compile
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/arch/hppa/uthread_machdep_asm.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc_r/arch/hppa/uthread_machdep_asm.S b/lib/libc_r/arch/hppa/uthread_machdep_asm.S index b8053c41970..875ceb11dd9 100644 --- a/lib/libc_r/arch/hppa/uthread_machdep_asm.S +++ b/lib/libc_r/arch/hppa/uthread_machdep_asm.S @@ -1,7 +1,9 @@ -/* $OpenBSD: uthread_machdep_asm.S,v 1.1 2002/11/01 00:05:45 mickey Exp $ */ +/* $OpenBSD: uthread_machdep_asm.S,v 1.2 2003/01/16 19:16:02 mickey Exp $ */ /* Michael Shalayeff <mickey@openbsd.org>. Public Domain. */ #include <machine/asm.h> +#define _LOCORE +#include <machine/frame.h> #define FRAMESIZE 0x60 |