[cogl] cogl-utils: Include cogl-defines.h



commit 8be44f98766b31ac09901c006cba7c260a3bda5e
Author: Neil Roberts <neil linux intel com>
Date:   Mon Nov 7 17:40:52 2011 +0000

    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>

 cogl/cogl-util.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/cogl/cogl-util.h b/cogl/cogl-util.h
index 44bb501..357e9c0 100644
--- a/cogl/cogl-util.h
+++ b/cogl/cogl-util.h
@@ -26,6 +26,7 @@
 
 #include <glib.h>
 #include <math.h>
+#include "cogl-defines.h"
 
 #ifndef COGL_HAS_GLIB_SUPPORT
 #include <stdio.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]