11 lines
198 B
Diff
11 lines
198 B
Diff
--- 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;
|