pkgsrc/devel/anjuta/patches/patch-plugins_project-wizard_autogen_c
2012-05-10 02:18:13 +00:00

16 lines
438 B
Text

$NetBSD: patch-plugins_project-wizard_autogen_c,v 1.1 2012/05/10 02:18:13 dholland Exp $
Fix build with latest glib2.
--- plugins/project-wizard/autogen.c~ 2008-10-19 15:35:38.000000000 +0000
+++ plugins/project-wizard/autogen.c
@@ -36,8 +36,7 @@
#include <libanjuta/anjuta-launcher.h>
#include <glib/gstdio.h>
-#include <glib/gfileutils.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
#include <stdio.h>
#include <stdlib.h>