diff options
| author | simonb <simonb@NetBSD.org> | 2001-06-22 05:12:42 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2001-06-22 05:12:42 +0000 |
| commit | 22267aa60bba972bb3bdc813438ed294edf87edf (patch) | |
| tree | e92a1d18ead41013ee3c7fd184e5af01b4a63dce /sys/compat/linux | |
| parent | b440db94e8aeaeab1a7e4e56a4e813ef847da9fd (diff) | |
Include <sys/exec_elf.h> as the other arch's linux_exec.h file do.
New linux_trap.c compiles now.
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_exec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_exec.h b/sys/compat/linux/arch/alpha/linux_exec.h index 0c7a2a27ab4..6df9b31ce5c 100644 --- a/sys/compat/linux/arch/alpha/linux_exec.h +++ b/sys/compat/linux/arch/alpha/linux_exec.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.h,v 1.2 2000/11/17 03:55:18 erh Exp $ */ +/* $NetBSD: linux_exec.h,v 1.3 2001/06/22 05:12:42 simonb Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -40,6 +40,7 @@ #define _ALPHA_LINUX_EXEC_H #include <sys/exec_aout.h> +#include <sys/exec_elf.h> #define LINUX_M_ALPHA MID_ALPHA #define LINUX_MID_MACHINE LINUX_M_ALPHA |
