diff --git a/sys/arch/sparc64/include/netbsd32_machdep.h b/sys/arch/sparc64/include/netbsd32_machdep.h index 3e1ef8bc8b58..2c5815be6f43 100644 --- a/sys/arch/sparc64/include/netbsd32_machdep.h +++ b/sys/arch/sparc64/include/netbsd32_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.h,v 1.17 2005/07/12 15:06:17 martin Exp $ */ +/* $NetBSD: netbsd32_machdep.h,v 1.18 2005/09/27 15:06:43 chs Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -32,7 +32,8 @@ #define _MACHINE_NETBSD32_H_ #include -#include + +struct proc; typedef u_int32_t netbsd32_pointer_t; @@ -41,8 +42,6 @@ typedef u_int32_t netbsd32_pointer_t; */ #define NETBSD32PTR64(p32) ((void *)(u_long)(u_int)(p32)) -#include - /* from */ typedef u_int32_t netbsd32_sigcontextp_t;