mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
320 B
Plaintext
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
|
|
{
|