summaryrefslogtreecommitdiff
path: root/graphics/dia/patches/patch-objects_custom_shape__typeinfo_c
blob: b56fe3e671710e20a13f360f686db2c12f35ea5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-objects_custom_shape__typeinfo_c,v 1.1 2012/05/06 20:25:02 dholland Exp $

Fix build with latest glib2.

--- objects/custom/shape_typeinfo.c~	2009-11-07 14:28:34.000000000 +0000
+++ objects/custom/shape_typeinfo.c
@@ -27,7 +27,7 @@
 #include "custom_util.h"
 #include <string.h>
 #include <stdarg.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 #include <glib/gstdio.h>
 #include <libxml/parser.h>