summaryrefslogtreecommitdiff
path: root/time/planner/patches/patch-src_eel-canvas-rect_c
blob: 1a2b489671da4ae56276c2cae667028a12814ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_eel-canvas-rect_c,v 1.1 2012/05/07 01:34:55 dholland Exp $

Fix build with latest glib2.

--- src/eel-canvas-rect.c~	2008-07-22 13:41:47.000000000 +0000
+++ src/eel-canvas-rect.c
@@ -28,7 +28,7 @@
 #include <math.h>
 #include <string.h>
 
-#include <glib/gstring.h>
+#include <glib.h>
 #include <libgnomecanvas/gnome-canvas-util.h>
 
 /* FIXME: check for this in configure and use it. */