aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistSong.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-08 16:38:00 +0100
committerMax Kellermann <max@duempel.org>2013-01-08 16:47:12 +0100
commit255ee646c222c446f6cbf15737aeccf88d48517e (patch)
tree98ba8565361f911d460b9cd833cea6bd381c7a35 /src/PlaylistSong.cxx
parent0308ec564eeca4c51ef24019b53bc4396fc8a242 (diff)
song: don't use GLib
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r--src/PlaylistSong.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx
index cfd01b13..118fb571 100644
--- a/src/PlaylistSong.cxx
+++ b/src/PlaylistSong.cxx
@@ -31,6 +31,8 @@ extern "C" {
#include "path.h"
}
+#include <glib.h>
+
#include <assert.h>
#include <string.h>