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

15 lines
480 B
Text

$NetBSD: patch-plugins_project-wizard_druid_h,v 1.1 2012/05/10 02:18:13 dholland Exp $
Fix build with latest glib2.
--- plugins/project-wizard/druid.h~ 2008-10-19 15:35:38.000000000 +0000
+++ plugins/project-wizard/druid.h
@@ -24,7 +24,7 @@
#define GLADE_FILE PACKAGE_DATA_DIR"/glade/anjuta-project-wizard.glade"
#define ICON_FILE "anjuta-project-wizard-plugin-48.png"
-#include <glib/gtypes.h>
+#include <glib.h>
struct _NPWPlugin;
typedef struct _NPWDruid NPWDruid;