summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-03-22 00:20:49 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-03-22 00:20:49 +0000
commitd2a6417e6020b79d91cd29d729c8a9c4a0591dba (patch)
tree6923e1a83e8949111bde470fd9a9498e040b04a2 /sys/arch/amiga
parentdbebd6a459a39bd7e5626c2dfb297f27edfbdacc (diff)
get __LDPGSZ def
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r--sys/arch/amiga/stand/boot/aout2bb/aout2bb.c3
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"