[PATCH weston 07/10] nested-client: include platform.h
Jonny Lamb
jonny.lamb at collabora.co.uk
Tue Mar 24 05:12:06 PDT 2015
Missed because buliding nested clients requires cairo-glesv2.
Reviewed-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
clients/nested-client.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/clients/nested-client.c b/clients/nested-client.c
index 5195831..200543c 100644
--- a/clients/nested-client.c
+++ b/clients/nested-client.c
@@ -32,6 +32,8 @@
#include <GLES2/gl2.h>
#include <EGL/egl.h>
+#include "../shared/platform.h"
+
struct window;
struct seat;
--
2.1.4
More information about the wayland-devel
mailing list