summaryrefslogtreecommitdiff
path: root/devel/anjuta/patches/patch-plugins_class-gen_transform_h
blob: 3405000918af1ce14bdba68179ed40ca19eb6e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-plugins_class-gen_transform_h,v 1.1 2012/05/10 02:18:13 dholland Exp $

Fix build with latest glib2.

--- plugins/class-gen/transform.h~	2008-10-19 15:35:43.000000000 +0000
+++ plugins/class-gen/transform.h
@@ -22,7 +22,7 @@
 
 #include "element-editor.h"
 
-#include <glib/ghash.h>
+#include <glib.h>
 
 G_BEGIN_DECLS