From 30c0dc8417b027c48256c34f1fcf3cb7e10255b3 Mon Sep 17 00:00:00 2001 From: niklas Date: Sat, 22 Mar 1997 00:20:48 +0000 Subject: [PATCH] get __LDPGSZ def --- sys/arch/amiga/stand/boot/aout2bb/aout2bb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 /* of the machine we're running on */ #include /* of the machine we're running on */ +#include /* TARGET */ #include /* TARGET */ #include "aout2bb.h" -- 2.20.1