From 10772dba045a7e49a52b4af0f84b437c98ab25ef Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 4 Jul 2016 15:34:16 +0100 Subject: [PATCH] shared/platform.h: add missing stdbool.h include Required by the bool type, used through the header. Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- shared/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/platform.h b/shared/platform.h index dd550081..b1b91285 100644 --- a/shared/platform.h +++ b/shared/platform.h @@ -26,6 +26,7 @@ #ifndef WESTON_PLATFORM_H #define WESTON_PLATFORM_H +#include #include #ifdef ENABLE_EGL