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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-04-14 11:47:17 -05:00 committed by Anas Nashif
commit ab1555ef9a

View file

@ -21,6 +21,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <misc/util.h>
#include <toolchain.h>
#ifdef __cplusplus
extern "C" {