From aa32c5ffad42a127269d1db6f64ad379b1b2420d Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 3 Aug 2020 11:58:38 +1000 Subject: [PATCH] [common] framebuffer: added missing header include --- VERSION | 2 +- common/src/framebuffer.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6f62d580..875a4101 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B2-rc2-13-gc5ff8bd4ce+1 \ No newline at end of file +B2-rc2-16-g62d1bd1ea2+1 \ No newline at end of file diff --git a/common/src/framebuffer.c b/common/src/framebuffer.c index 04eae2d2..ca5d1920 100644 --- a/common/src/framebuffer.c +++ b/common/src/framebuffer.c @@ -23,6 +23,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include #include #include +#include #define FB_CHUNK_SIZE 1024