summaryrefslogblamecommitdiffstats
path: root/gnome3-libs/gtk-engines3/animation.c.patch
blob: 3cf6af159e25046219c53fd8109889083c850885 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                   
--- gtk-engines-2.91.1/engines/clearlooks/src/animation.c.orig	2012-01-15 14:42:22.742666206 +0100
+++ gtk-engines-2.91.1/engines/clearlooks/src/animation.c	2012-01-15 14:42:47.796339351 +0100
@@ -28,7 +28,7 @@
 #include "animation.h"
 
 #ifdef HAVE_WORKING_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
 
 struct _AnimationInfo {
 	GTimer *timer;