blob: e1d12f7070c1c85d5519a81e894d3b0e51a39269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/cogl/cogl-texture-2d.c b/cogl/cogl-texture-2d.c
index cc28cd9..c28d14d 100644
--- a/cogl/cogl-texture-2d.c
+++ b/cogl/cogl-texture-2d.c
@@ -57,6 +57,7 @@
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
#include "cogl-wayland-server.h"
+#include <EGL/eglmesaext.h>
#endif
static void _cogl_texture_2d_free (CoglTexture2D *tex_2d);
|