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