diff --git a/ChangeLog b/ChangeLog index 87436b54..2497ef94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-08 Nick Treleaven + + * src/stash.c: + Fix build with GLib 2.8. + + 2010-10-07 Nick Treleaven * src/ui_utils.h, src/socket.c, src/Makefile.am, src/ui_utils.c, diff --git a/src/stash.c b/src/stash.c index c1fd855f..c5a0107a 100644 --- a/src/stash.c +++ b/src/stash.c @@ -83,10 +83,10 @@ */ -#include +#include "geany.h" /* necessary for utils.h, otherwise use gtk/gtk.h */ +#include "utils.h" /* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */ #include "stash.h" -#include "utils.h" /* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */ struct StashPref