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:
parent
2473ab6862
commit
21536dfb84
@ -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>
|
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,
|
* src/ui_utils.h, src/socket.c, src/Makefile.am, src/ui_utils.c,
|
||||||
|
@ -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 "stash.h"
|
||||||
#include "utils.h" /* only for foreach_*, utils_get_setting_*(). Stash should not depend on Geany. */
|
|
||||||
|
|
||||||
|
|
||||||
struct StashPref
|
struct StashPref
|
||||||
|
Loading…
x
Reference in New Issue
Block a user