mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
91f91dc678
commit
8be44f9876
@ -26,6 +26,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
#include <math.h>
|
||||
#include "cogl-defines.h"
|
||||
|
||||
#ifndef COGL_HAS_GLIB_SUPPORT
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user