Update to 2.4.8 + fix build against new glib (forwarded request 99268 from vuntz) OBS-URL: https://build.opensuse.org/request/show/99281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=41
15 lines
376 B
Diff
15 lines
376 B
Diff
Index: gnucash-2.4.8/src/gnome-utils/gnc-frequency.c
|
|
===================================================================
|
|
--- gnucash-2.4.8.orig/src/gnome-utils/gnc-frequency.c
|
|
+++ gnucash-2.4.8/src/gnome-utils/gnc-frequency.c
|
|
@@ -25,8 +25,8 @@
|
|
|
|
#include "config.h"
|
|
|
|
+#include <glib.h>
|
|
#include <gtk/gtk.h>
|
|
-#include <glib/gtypes.h>
|
|
#include <math.h>
|
|
#include <time.h>
|
|
|