From a158d66abb76315277f171ef3ba656b08cc257a4 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 23 Aug 2012 14:16:16 +0200 Subject: [PATCH] EGL: Include cogl-egl.h for prototypes Looks like we need to include this directly, but also need to include cogl/cogl.h to get COGL_HAS_EGL_SUPPORT, since cogl-egl.h doesn't include cogl-defines.h first. Signed-off-by: Daniel Stone --- clutter/egl/clutter-backend-eglnative.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/egl/clutter-backend-eglnative.h b/clutter/egl/clutter-backend-eglnative.h index 7c30d4ad6..4178f3c14 100644 --- a/clutter/egl/clutter-backend-eglnative.h +++ b/clutter/egl/clutter-backend-eglnative.h @@ -27,6 +27,8 @@ #define __CLUTTER_BACKEND_EGL_NATIVE_H__ #include +#include +#include #include #include #include