896c9191a6
Copy from home:vuntz:branches:GNOME:Factory/anjuta via accept of submit request 44764 revision 3. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/44764 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=60
25 lines
648 B
Diff
25 lines
648 B
Diff
From 8397b0815ba96e2b0f6e81431b1260997e04ca80 Mon Sep 17 00:00:00 2001
|
|
From: Vincent Untz <vuntz@gnome.org>
|
|
Date: Fri, 6 Aug 2010 21:14:48 +0200
|
|
Subject: [PATCH] class-gen: add missing include
|
|
|
|
---
|
|
plugins/class-gen/generator.c | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/plugins/class-gen/generator.c b/plugins/class-gen/generator.c
|
|
index 242a510..27a2ab3 100644
|
|
--- a/plugins/class-gen/generator.c
|
|
+++ b/plugins/class-gen/generator.c
|
|
@@ -22,6 +22,7 @@
|
|
#include <plugins/project-wizard/autogen.h>
|
|
|
|
#include <libanjuta/anjuta-marshal.h>
|
|
+#include <libanjuta/anjuta-utils.h>
|
|
|
|
#include <glib/gstdio.h>
|
|
|
|
--
|
|
1.7.1
|
|
|