diff --git a/ChangeLog b/ChangeLog index a9b0d6f9a..7ab7cf178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-08 Rob Bradford + + * clutter/glx/clutter-glx.h: + Include needed for the definition of XVisualInfo. + 2007-11-08 Rob Bradford * clutter/cogl/gles/cogl.c: (cogl_color): diff --git a/clutter/glx/clutter-glx.h b/clutter/glx/clutter-glx.h index 37809f36b..a445bcde7 100644 --- a/clutter/glx/clutter-glx.h +++ b/clutter/glx/clutter-glx.h @@ -40,6 +40,7 @@ #include #include #include +#include #include G_BEGIN_DECLS