[PATCH weston 1/9] shared/platform.h: add missing stdbool.h include
Emil Velikov
emil.l.velikov at gmail.com
Mon Jul 4 14:34:16 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Required by the bool type, used through the header.
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
shared/platform.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/shared/platform.h b/shared/platform.h
index dd55008..b1b9128 100644
--- a/shared/platform.h
+++ b/shared/platform.h
@@ -26,6 +26,7 @@
#ifndef WESTON_PLATFORM_H
#define WESTON_PLATFORM_H
+#include <stdbool.h>
#include <string.h>
#ifdef ENABLE_EGL
--
2.8.2
More information about the wayland-devel
mailing list