From: Greg King Date: Sun, 19 Jun 2016 21:38:37 +0000 (-0400) Subject: Made the overlay demo programs compile for CBM targets again. X-Git-Tag: V2.16~96 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=5d9f4dc89d01ba8f5907e2a99ef4111554058e45;p=cc65 Made the overlay demo programs compile for CBM targets again. includes target-specific headers; so, we didn't bother to include where it is needed. But, '#include ' was removed from some files; so now, we must include explicitly. --- diff --git a/samples/multidemo.c b/samples/multidemo.c index 038b74d64..396d7344a 100644 --- a/samples/multidemo.c +++ b/samples/multidemo.c @@ -20,6 +20,7 @@ #include #include #else +#include #include #endif diff --git a/samples/overlaydemo.c b/samples/overlaydemo.c index a4dc53931..7553f3d0e 100644 --- a/samples/overlaydemo.c +++ b/samples/overlaydemo.c @@ -15,6 +15,7 @@ #include #include #else +#include #include #endif