tags 665621 + patch
thanks

Attached is a build-tested patch.
Please review and apply.

Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Index: tomoe-0.6.0/lib/glib-compat-key-file.h
===================================================================
--- tomoe-0.6.0.orig/lib/glib-compat-key-file.h	2007-04-10 09:24:21.000000000 +0200
+++ tomoe-0.6.0/lib/glib-compat-key-file.h	2012-12-16 07:19:53.909607303 +0100
@@ -51,7 +51,6 @@
 #ifndef __G_KEY_FILE_H__
 #define __G_KEY_FILE_H__
 
-#include <glib/gerror.h>
 
 G_BEGIN_DECLS
 
Index: tomoe-0.6.0/lib/glib-utils.h
===================================================================
--- tomoe-0.6.0.orig/lib/glib-utils.h	2007-04-25 09:35:58.000000000 +0200
+++ tomoe-0.6.0/lib/glib-utils.h	2012-12-16 07:19:53.949607715 +0100
@@ -28,7 +28,7 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include <glib/garray.h>
+#include <glib.h>
 #include <glib/gi18n-lib.h>
 #include "glib-compat-file-utilities.h"
 #include "glib-compat-key-file.h"
Index: tomoe-0.6.0/lib/tomoe.c
===================================================================
--- tomoe-0.6.0.orig/lib/tomoe.c	2007-06-06 09:35:53.000000000 +0200
+++ tomoe-0.6.0/lib/tomoe.c	2012-12-16 07:19:53.833606520 +0100
@@ -26,7 +26,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <glib/garray.h>
+#include <glib.h>
 #include "tomoe.h"
 
 static gboolean initialized = FALSE;

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to