summaryrefslogtreecommitdiff
blob: d8f7e3e70ff2ef5e17848b136e3fd86dba8809e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.gentoo.org/412731

--- src/animation.c
+++ src/animation.c
@@ -7,7 +7,7 @@
 #include "animation.h"
 
 #ifdef HAVE_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
 
 struct _AnimationInfo {
 	GTimer *timer;