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>
dev
Emil Velikov 8 years ago committed by Daniel Stone
parent bd6c41319d
commit 10772dba04
  1. 1
      shared/platform.h

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

Loading…
Cancel
Save