cogl-utils: Include cogl-defines.h

cogl-utils.h needs to include cogl-defines.h so that it knows whether
COGL_HAS_GLIB_SUPPORT is defined.

https://bugzilla.gnome.org/show_bug.cgi?id=663578

Reviewed-by: Robert Bragg <robert@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Neil Roberts 2011-11-07 17:40:52 +00:00
parent 91f91dc678
commit 8be44f9876

View File

@ -26,6 +26,7 @@
#include <glib.h>
#include <math.h>
#include "cogl-defines.h"
#ifndef COGL_HAS_GLIB_SUPPORT
#include <stdio.h>