[gtk-engines/gtk-engines-2-22] Fix build with glib 2.31: Only glib.h can be #include'd. Fixes bug #664914
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines/gtk-engines-2-22] Fix build with glib 2.31: Only glib.h can be #include'd. Fixes bug #664914
- Date: Sat, 18 Feb 2012 15:05:47 +0000 (UTC)
commit 8d49a386f467cbf8e0842d2218126f643e50f834
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Sun Nov 27 15:24:57 2011 +0100
Fix build with glib 2.31: Only glib.h can be #include'd. Fixes bug #664914
engines/clearlooks/src/animation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/engines/clearlooks/src/animation.c b/engines/clearlooks/src/animation.c
index 1f7a41f..56a9286 100644
--- a/engines/clearlooks/src/animation.c
+++ b/engines/clearlooks/src/animation.c
@@ -28,7 +28,7 @@
#include "animation.h"
#ifdef HAVE_WORKING_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
struct _AnimationInfo {
GTimer *timer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]