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:
parent
bd6c41319d
commit
10772dba04
@ -26,6 +26,7 @@
|
||||
#ifndef WESTON_PLATFORM_H
|
||||
#define WESTON_PLATFORM_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef ENABLE_EGL
|
||||
|
Loading…
Reference in New Issue
Block a user