From d894a71319d543210d30b1798589629e27079adb Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Jun 2018 23:09:21 +0100 Subject: [PATCH] z80fixedbank: add missing include --- Kernel/lib/z80fixedbank.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/lib/z80fixedbank.s b/Kernel/lib/z80fixedbank.s index 03705f2d..0afc88e2 100644 --- a/Kernel/lib/z80fixedbank.s +++ b/Kernel/lib/z80fixedbank.s @@ -33,6 +33,7 @@ ; imported debug symbols .globl outstring, outde, outhl, outbc, outnewline, outchar, outcharhex + .include "../kernel.def" .include "kernel.def" .area _COMMONMEM -- 2.34.1