r21861 - gnucash/branches/2.4/src/gnome-utils - [21860]Bug #667417 - Fix build with glib 2.31.x

Geert Janssens gjanssens at code.gnucash.org
Tue Jan 17 03:51:54 EST 2012


Author: gjanssens
Date: 2012-01-17 03:51:54 -0500 (Tue, 17 Jan 2012)
New Revision: 21861
Trac: http://svn.gnucash.org/trac/changeset/21861

Modified:
   gnucash/branches/2.4/src/gnome-utils/gnc-frequency.c
Log:
[21860]Bug #667417 - Fix build with glib 2.31.x
Patch by Vincent Untz

Modified: gnucash/branches/2.4/src/gnome-utils/gnc-frequency.c
===================================================================
--- gnucash/branches/2.4/src/gnome-utils/gnc-frequency.c	2012-01-17 08:47:54 UTC (rev 21860)
+++ gnucash/branches/2.4/src/gnome-utils/gnc-frequency.c	2012-01-17 08:51:54 UTC (rev 21861)
@@ -25,8 +25,8 @@
 
 #include "config.h"
 
+#include <glib.h>
 #include <gtk/gtk.h>
-#include <glib/gtypes.h>
 #include <math.h>
 #include <time.h>
 



More information about the gnucash-changes mailing list