aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-02 08:11:58 +0200
committerMax Kellermann <max@duempel.org>2013-10-02 08:56:27 +0200
commitc2d3ed2acc9fdb9b0900b70d427d91b22684a8ec (patch)
tree457c034ea308bd358d9fe4e0251ca7e3166187db /src/PlaylistFile.cxx
parent0339c8d025a9428101da9ab3637636dcc4d271c5 (diff)
downloadmpd-c2d3ed2acc9fdb9b0900b70d427d91b22684a8ec.tar.gz
mpd-c2d3ed2acc9fdb9b0900b70d427d91b22684a8ec.tar.xz
mpd-c2d3ed2acc9fdb9b0900b70d427d91b22684a8ec.zip
Listen, ...: add missing includes
Diffstat (limited to '')
-rw-r--r--src/PlaylistFile.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlaylistFile.cxx b/src/PlaylistFile.cxx
index 85ddb7168..7265dec99 100644
--- a/src/PlaylistFile.cxx
+++ b/src/PlaylistFile.cxx
@@ -37,6 +37,8 @@
#include "util/UriUtil.hxx"
#include "util/Error.hxx"
+#include <glib.h>
+
#include <assert.h>
#include <sys/types.h>
#include <sys/stat.h>