From 43070602ec90c0166f835a46dea3a4d04bc51aa8 Mon Sep 17 00:00:00 2001 From: chs Date: Wed, 14 Sep 2005 16:19:27 +0000 Subject: [PATCH] need to include here. --- sys/arch/amd64/include/netbsd32_machdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/amd64/include/netbsd32_machdep.h b/sys/arch/amd64/include/netbsd32_machdep.h index 1a673a818976..66a1c962dc2d 100644 --- a/sys/arch/amd64/include/netbsd32_machdep.h +++ b/sys/arch/amd64/include/netbsd32_machdep.h @@ -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 +#include typedef u_int32_t netbsd32_pointer_t; #define NETBSD32PTR64(p32) ((void *)(u_long)(u_int)(p32))