diff options
Diffstat (limited to 'business/gnucash/glib-single-include.patch')
-rw-r--r-- | business/gnucash/glib-single-include.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/business/gnucash/glib-single-include.patch b/business/gnucash/glib-single-include.patch new file mode 100644 index 0000000000..5213f5dfed --- /dev/null +++ b/business/gnucash/glib-single-include.patch @@ -0,0 +1,37 @@ +Index: gnucash-2.4.5/src/core-utils/gnc-filepath-utils.c +=================================================================== +--- gnucash-2.4.5.orig/src/core-utils/gnc-filepath-utils.c ++++ gnucash-2.4.5/src/core-utils/gnc-filepath-utils.c +@@ -47,7 +47,6 @@ + #include "gnc-filepath-utils.h" + + #ifdef _MSC_VER +-#include <glib/gwin32.h> + #define PATH_MAX MAXPATHLEN + #endif + +Index: gnucash-2.4.5/src/gnome-utils/gnc-frequency.c +=================================================================== +--- gnucash-2.4.5.orig/src/gnome-utils/gnc-frequency.c ++++ gnucash-2.4.5/src/gnome-utils/gnc-frequency.c +@@ -26,7 +26,7 @@ + #include "config.h" + + #include <gtk/gtk.h> +-#include <glib/gtypes.h> ++#include <glib.h> + #include <math.h> + #include <time.h> + +Index: gnucash-2.4.5/src/libqof/qof/gnc-date.c +=================================================================== +--- gnucash-2.4.5.orig/src/libqof/qof/gnc-date.c ++++ gnucash-2.4.5/src/libqof/qof/gnc-date.c +@@ -40,7 +40,6 @@ + #include <string.h> + #include <time.h> + +-#include <glib.h> + #include <glib/gi18n.h> + + #include "gnc-date-p.h" |