Fix build with GLib 2.8.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5293 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-10-08 14:42:41 +00:00
parent 2473ab6862
commit 21536dfb84
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-10-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/stash.c:
Fix build with GLib 2.8.
2010-10-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* src/ui_utils.h, src/socket.c, src/Makefile.am, src/ui_utils.c,

View File

@ -83,10 +83,10 @@
*/
#include <gtk/gtk.h>
#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