pkgsrc/devel/anjuta/patches/patch-plugins_project-wizard_file_c
2012-05-10 02:47:06 +00:00

15 lines
391 B
Text

$NetBSD: patch-plugins_project-wizard_file_c,v 1.1 2012/05/10 02:47:06 dholland Exp $
Fix build with latest glib2.
--- plugins/project-wizard/file.c~ 2008-10-19 15:35:38.000000000 +0000
+++ plugins/project-wizard/file.c
@@ -27,7 +27,7 @@
#include "file.h"
-#include <glib/gdir.h>
+#include <glib.h>
/*---------------------------------------------------------------------------*/