diff options
Diffstat (limited to 'sys/arch/amiga/stand/boot/aout2bb/aout2bb.c')
-rw-r--r-- | sys/arch/amiga/stand/boot/aout2bb/aout2bb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c b/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c index 3ef98391ecf..006faa03658 100644 --- a/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c +++ b/sys/arch/amiga/stand/boot/aout2bb/aout2bb.c @@ -1,5 +1,5 @@ /* - * $OpenBSD: aout2bb.c,v 1.1 1997/01/16 09:26:48 niklas Exp $ + * $OpenBSD: aout2bb.c,v 1.2 1997/03/22 00:20:48 niklas Exp $ * $NetBSD: aout2bb.c,v 1.2 1996/12/31 22:39:58 veego Exp $ * * Copyright (c) 1996 Ignatios Souvatzis @@ -45,6 +45,7 @@ #include <sys/mman.h> /* of the machine we're running on */ #include <machine/endian.h> /* of the machine we're running on */ +#include <machine/exec.h> /* TARGET */ #include <sys/exec_aout.h> /* TARGET */ #include "aout2bb.h" |