From 8be44f98766b31ac09901c006cba7c260a3bda5e Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 7 Nov 2011 17:40:52 +0000 Subject: [PATCH] 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 Reviewed-by: Emmanuele Bassi --- cogl/cogl-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/cogl-util.h b/cogl/cogl-util.h index 44bb5015c..357e9c046 100644 --- a/cogl/cogl-util.h +++ b/cogl/cogl-util.h @@ -26,6 +26,7 @@ #include #include +#include "cogl-defines.h" #ifndef COGL_HAS_GLIB_SUPPORT #include