summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines-rezlooks/files/gtk-engines-rezlooks-0.6-glib-single-include.patch
blob: d9b035ac53b3e2f6939cfa04a826878c31edd13b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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;