summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines-aurora/files/gtk-engines-aurora-1.5.1-glib-2.31.patch
blob: 33dc3af23f4f03963dd22220ae683ee6db35806a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
http://bugs.gentoo.org/419393

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