mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5060b9ff10
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
13 lines
323 B
Diff
13 lines
323 B
Diff
Index: aurora-1.5/src/animation.c
|
|
===================================================================
|
|
--- aurora-1.5.orig/src/animation.c
|
|
+++ aurora-1.5/src/animation.c
|
|
@@ -7,7 +7,7 @@
|
|
#include "animation.h"
|
|
|
|
#ifdef HAVE_ANIMATION
|
|
-#include <glib/gtimer.h>
|
|
+#include <glib.h>
|
|
|
|
struct _AnimationInfo {
|
|
GTimer *timer;
|