[geany/geany] 2280ca: project: fix build with old glib versions
Thomas Martitz
git-noreply at xxxxx
Sat Feb 20 21:44:13 UTC 2016
Branch: refs/heads/master
Author: Thomas Martitz <kugel at rockbox.org>
Committer: Thomas Martitz <kugel at rockbox.org>
Date: Sat, 20 Feb 2016 21:44:13 UTC
Commit: 2280ca43030646719033b6279ebfebd02a9a026d
https://github.com/geany/geany/commit/2280ca43030646719033b6279ebfebd02a9a026d
Log Message:
-----------
project: fix build with old glib versions
Modified Paths:
--------------
src/project.h
Modified: src/project.h
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -24,6 +24,7 @@
#define GEANY_PROJECT_H 1
#include <glib.h>
+#include <glib-object.h>
G_BEGIN_DECLS
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list