mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
14 lines
329 B
Diff
14 lines
329 B
Diff
|
Index: equinox-1.50/src/animation.c
|
||
|
===================================================================
|
||
|
--- equinox-1.50.orig/src/animation.c
|
||
|
+++ equinox-1.50/src/animation.c
|
||
|
@@ -7,7 +7,7 @@
|
||
|
#include "animation.h"
|
||
|
|
||
|
#ifdef HAVE_ANIMATION
|
||
|
-#include <glib/gtimer.h>
|
||
|
+#include <glib.h>
|
||
|
|
||
|
struct _AnimationInfo {
|
||
|
GTimer *timer;
|