include additional headers that are now needed.

This commit is contained in:
chs 2005-11-11 23:22:08 +00:00
parent 95d0b66d28
commit 001ec1422b
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.h,v 1.9 2003/10/10 18:08:04 matt Exp $ */ /* $NetBSD: linux_machdep.h,v 1.10 2005/11/11 23:22:08 chs Exp $ */
/*- /*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@ -39,7 +39,9 @@
#ifndef _ALPHA_LINUX_MACHDEP_H #ifndef _ALPHA_LINUX_MACHDEP_H
#define _ALPHA_LINUX_MACHDEP_H #define _ALPHA_LINUX_MACHDEP_H
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h> #include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
/* /*
* The Linux sigcontext, pretty much a standard alpha trapframe. * The Linux sigcontext, pretty much a standard alpha trapframe.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.h,v 1.4 2002/07/13 08:28:41 scw Exp $ */ /* $NetBSD: linux_machdep.h,v 1.5 2005/11/11 23:22:08 chs Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -40,7 +40,9 @@
#define _M68K_LINUX_MACHDEP_H #define _M68K_LINUX_MACHDEP_H
#include <m68k/frame.h> #include <m68k/frame.h>
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h> #include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
/* /*
* Signal stack definitions for old signal interface. * Signal stack definitions for old signal interface.

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.h,v 1.6 2005/02/26 23:10:19 perry Exp $ */ /* $NetBSD: linux_machdep.h,v 1.7 2005/11/11 23:22:08 chs Exp $ */
/*- /*-
* Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc. * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc.
@ -39,7 +39,9 @@
#ifndef _MIPS_LINUX_MACHDEP_H #ifndef _MIPS_LINUX_MACHDEP_H
#define _MIPS_LINUX_MACHDEP_H #define _MIPS_LINUX_MACHDEP_H
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h> #include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
#if defined(ELFSIZE) && (ELFSIZE == 64) #if defined(ELFSIZE) && (ELFSIZE == 64)
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_machdep.h,v 1.6 2005/02/26 23:10:19 perry Exp $ */ /* $NetBSD: linux_machdep.h,v 1.7 2005/11/11 23:22:08 chs Exp $ */
/*- /*-
* Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc. * Copyright (c) 1995, 2000, 2001 The NetBSD Foundation, Inc.
@ -39,7 +39,9 @@
#ifndef _POWERPC_LINUX_MACHDEP_H #ifndef _POWERPC_LINUX_MACHDEP_H
#define _POWERPC_LINUX_MACHDEP_H #define _POWERPC_LINUX_MACHDEP_H
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_signal.h> #include <compat/linux/common/linux_signal.h>
#include <compat/linux/common/linux_siginfo.h>
/* /*
* From Linux's include/asm-ppc/ptrace.h * From Linux's include/asm-ppc/ptrace.h