From ab1555ef9aad3d959ec568c65a8f2b54a117dc66 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 14 Apr 2017 11:47:17 -0500 Subject: [PATCH] drivers: display: mb_display: Add include of toolchain.h for __printf_like When we build with newlib __printf_like is already defined so we run into issues. We should include toolchain.h to properly handle this. Change-Id: Ia961a9f1d3f7bf965e4115eb93a7ba6a62220905 Signed-off-by: Kumar Gala --- include/display/mb_display.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/display/mb_display.h b/include/display/mb_display.h index 186bfda8254..f6cc1bc440f 100644 --- a/include/display/mb_display.h +++ b/include/display/mb_display.h @@ -21,6 +21,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {