From 5d9f4dc89d01ba8f5907e2a99ef4111554058e45 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sun, 19 Jun 2016 17:38:37 -0400 Subject: [PATCH] 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. --- samples/multidemo.c | 1 + samples/overlaydemo.c | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5