pkgsrc-ng/x11/gtk2-engines-murrine/patches/patch-src_animation_c
2013-09-26 17:14:40 +02:00

16 lines
320 B
Plaintext

$NetBSD: patch-src_animation_c,v 1.1 2012/05/06 17:29:38 dholland Exp $
Fix build with latest glib2.
--- src/animation.c~ 2009-02-20 18:35:50.000000000 +0000
+++ src/animation.c
@@ -21,7 +21,7 @@
#include "animation.h"
#ifdef HAVE_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
struct _AnimationInfo
{