From: Marc Rintsch Date: Thu, 20 Dec 2018 12:07:25 +0000 (+0100) Subject: Added missing external declaration of c64_65816_emd. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=80a43d732dc9551ad84343ea9644d8fab7ec0bd9;p=cc65 Added missing external declaration of c64_65816_emd. --- diff --git a/include/c64.h b/include/c64.h index eb10600d6..b1cd2e2c4 100644 --- a/include/c64.h +++ b/include/c64.h @@ -137,6 +137,7 @@ /* The addresses of the static drivers */ +extern void c64_65816_emd[]; extern void c64_c256k_emd[]; extern void c64_dqbb_emd[]; extern void c64_georam_emd[];