mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
15 lines
379 B
Diff
15 lines
379 B
Diff
|
Index: gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c
|
||
|
===================================================================
|
||
|
--- gtk-nodoka-engine-0.7.5.orig/src/GTKEngine/animation.c
|
||
|
+++ gtk-nodoka-engine-0.7.5/src/GTKEngine/animation.c
|
||
|
@@ -23,7 +23,7 @@
|
||
|
#include "animation.h"
|
||
|
|
||
|
#ifdef HAVE_ANIMATION
|
||
|
-#include <glib/gtimer.h>
|
||
|
+#include <glib.h>
|
||
|
|
||
|
struct _AnimationInfo
|
||
|
{
|
||
|
|