cogl-winsys-egl-wayland: Include cogl-wayland-renderer.h

The Wayland winsys defines functions declared in
cogl-wayland-renderer.h so it should include the header to make sure
the declarations are right. This was breaking because currently the
header #defines the _EXP suffixes on to the function names so it would
end up exporting the wrong symbol names.
This commit is contained in:
Neil Roberts 2012-02-29 17:45:43 +00:00
parent c4130ba3ea
commit 933db01833

View File

@ -37,6 +37,7 @@
#include "cogl-winsys-egl-private.h"
#include "cogl-renderer-private.h"
#include "cogl-onscreen-private.h"
#include "cogl-wayland-renderer.h"
static const CoglWinsysEGLVtable _cogl_winsys_egl_vtable;