Fix build on OSX

A missing include prevents Cogl from building on OSX.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
Emmanuele Bassi 2012-02-15 14:55:31 +00:00
parent bc37250841
commit 3f561b1fbe

View File

@ -25,6 +25,7 @@
#define __COGL_ONSCREEN_PRIVATE_H
#include "cogl-framebuffer-private.h"
#include "cogl-queue.h"
#include <glib.h>