shared/platform.h: add missing stdbool.h include

Required by the bool type, used through the header.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Emil Velikov 2016-07-04 15:34:16 +01:00 committed by Daniel Stone
parent bd6c41319d
commit 10772dba04

View File

@ -26,6 +26,7 @@
#ifndef WESTON_PLATFORM_H
#define WESTON_PLATFORM_H
#include <stdbool.h>
#include <string.h>
#ifdef ENABLE_EGL