aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-10 21:14:22 +0100
committerMax Kellermann <max@duempel.org>2009-11-10 21:14:22 +0100
commitb722d3d7f365b106794a3f40435ab220098959c5 (patch)
treefc539d0aa20b0357547ced148cc88f18f648d7fe /src/state_file.c
parentde57c21a3bec43bffb3fc6a85197f5489e18168f (diff)
downloadmpd-b722d3d7f365b106794a3f40435ab220098959c5.tar.gz
mpd-b722d3d7f365b106794a3f40435ab220098959c5.tar.xz
mpd-b722d3d7f365b106794a3f40435ab220098959c5.zip
configure.ac: require GLib 2.12
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
Diffstat (limited to 'src/state_file.c')
-rw-r--r--src/state_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state_file.c b/src/state_file.c
index aa66720c1..4c7dab426 100644
--- a/src/state_file.c
+++ b/src/state_file.c
@@ -22,6 +22,7 @@
#include "playlist.h"
#include "playlist_state.h"
#include "volume.h"
+#include "glib_compat.h"
#include <glib.h>
#include <assert.h>