15 lines
345 B
Text
15 lines
345 B
Text
$NetBSD: patch-plugins_class-gen_window_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- plugins/class-gen/window.c~ 2008-10-19 15:35:43.000000000 +0000
|
|
+++ plugins/class-gen/window.c
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include <libanjuta/anjuta-plugin.h>
|
|
|
|
-#include <glib/gstrfuncs.h>
|
|
+#include <glib.h>
|
|
|
|
#include <ctype.h>
|
|
|