r15574 - gnucash/trunk/src - Add missing #includes of glib-compat.h. Fix #407079.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Feb 12 17:42:04 EST 2007


Author: andi5
Date: 2007-02-12 17:42:02 -0500 (Mon, 12 Feb 2007)
New Revision: 15574
Trac: http://svn.gnucash.org/trac/changeset/15574

Modified:
   gnucash/trunk/src/app-utils/test/test-sx.c
   gnucash/trunk/src/gnome-utils/test/test-sx.c
   gnucash/trunk/src/gnome/window-reconcile.c
Log:
Add missing #includes of glib-compat.h. Fix #407079.


Modified: gnucash/trunk/src/app-utils/test/test-sx.c
===================================================================
--- gnucash/trunk/src/app-utils/test/test-sx.c	2007-02-12 14:34:29 UTC (rev 15573)
+++ gnucash/trunk/src/app-utils/test/test-sx.c	2007-02-12 22:42:02 UTC (rev 15574)
@@ -1,6 +1,7 @@
 #include "config.h"
 #include <stdlib.h>
 #include <glib.h>
+#include "glib-compat.h"
 #include "SX-book.h"
 #include "gnc-sx-instance-model.h"
 #include "gnc-ui-util.h"

Modified: gnucash/trunk/src/gnome/window-reconcile.c
===================================================================
--- gnucash/trunk/src/gnome/window-reconcile.c	2007-02-12 14:34:29 UTC (rev 15573)
+++ gnucash/trunk/src/gnome/window-reconcile.c	2007-02-12 22:42:02 UTC (rev 15574)
@@ -32,6 +32,7 @@
 
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
+#include "glib-compat.h"
 
 #include "Scrub.h"
 #include "Scrub3.h"

Modified: gnucash/trunk/src/gnome-utils/test/test-sx.c
===================================================================
--- gnucash/trunk/src/gnome-utils/test/test-sx.c	2007-02-12 14:34:29 UTC (rev 15573)
+++ gnucash/trunk/src/gnome-utils/test/test-sx.c	2007-02-12 22:42:02 UTC (rev 15574)
@@ -1,5 +1,6 @@
 #include "config.h"
 #include <glib.h>
+#include "glib-compat.h"
 #include "qof.h"
 #include "gnc-engine.h"
 #include "gnc-sx-instance-model.h"



More information about the gnucash-changes mailing list