display: inc cogl-wayland-server.h if needed

Since 0773107deb9ede the prototype for
cogl_wayland_display_set_compositor_display() has moved into
cogl-wayland-server.h but cogl-display.c wasn't updated to include this
header.

(cherry picked from commit f6ccff9992fcfb9497ce91dd299460362476ba7a)
This commit is contained in:
Robert Bragg 2012-08-06 17:53:46 +01:00
parent 683545b1ff
commit 6a024acaa9

View File

@ -37,6 +37,9 @@
#include "cogl-display-private.h"
#include "cogl-renderer-private.h"
#include "cogl-winsys-private.h"
#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT
#include "cogl-wayland-server.h"
#endif
static void _cogl_display_free (CoglDisplay *display);