need to include <compat/sys/ucontext.h> here.

This commit is contained in:
chs 2005-09-14 16:19:27 +00:00
parent b86ce3e403
commit 43070602ec

View File

@ -1,9 +1,10 @@
/* $NetBSD: netbsd32_machdep.h,v 1.5 2004/02/20 16:11:44 drochner Exp $ */
/* $NetBSD: netbsd32_machdep.h,v 1.6 2005/09/14 16:19:27 chs Exp $ */
#ifndef _MACHINE_NETBSD32_H_
#define _MACHINE_NETBSD32_H_
#include <sys/ucontext.h>
#include <compat/sys/ucontext.h>
typedef u_int32_t netbsd32_pointer_t;
#define NETBSD32PTR64(p32) ((void *)(u_long)(u_int)(p32))